ArcGIS Pro 3.7 API Reference Guide
ESRI.ArcGIS.ItemIndex Namespace / ItemInfoValue Structure / Deserialize Method
the xml string used to populate this ItemInfoValue.

In This Topic
    Deserialize Method
    In This Topic
    Deserializes the xml string; assigning the ItemInfovalue properties.
    Syntax
    Public Sub Deserialize( _
       ByVal xml As String _
    ) 
    public void Deserialize( 
       string xml
    )

    Parameters

    xml
    the xml string used to populate this ItemInfoValue.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also