XmlDocumentSerializationProxy.UnderlyingXmlDocument Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
property System::Xml::XmlDocument ^ UnderlyingXmlDocument { System::Xml::XmlDocument ^ get(); void set(System::Xml::XmlDocument ^ value); };
public System.Xml.XmlDocument UnderlyingXmlDocument { get; set; }
member this.UnderlyingXmlDocument : System.Xml.XmlDocument with get, set
Public Property UnderlyingXmlDocument As XmlDocument