XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / Deserialize Method
The input XML string of a document



In This Topic
    Deserialize Method (XdsDocument)
    In This Topic
    Deserialization of a Document
    Syntax
    Public Shared Function Deserialize( _
       ByVal xmlDocument As String _
    ) As XdsDocument
    Dim xmlDocument As String
    Dim value As XdsDocument
     
    value = XdsDocument.Deserialize(xmlDocument)
    public static XdsDocument Deserialize( 
       string xmlDocument
    )
    public:
    static XdsDocument^ Deserialize( 
       String^ xmlDocument
    ) 

    Parameters

    xmlDocument
    The input XML string of a document

    Return Value

    Deserialized XdsDocument
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also