ArcGIS Pro 3.2 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 void Deserialize( 
       string xml
    )
    Public Sub Deserialize( _
       ByVal xml As String _
    ) 

    Parameters

    xml
    the xml string used to populate this ItemInfoValue.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also