XmlDocument.OwnerDocument Eigenschap

Definitie

Hiermee wordt het XmlDocument huidige knooppunt opgehaald.

public:
 virtual property System::Xml::XmlDocument ^ OwnerDocument { System::Xml::XmlDocument ^ get(); };
public override System.Xml.XmlDocument OwnerDocument { get; }
public override System.Xml.XmlDocument? OwnerDocument { get; }
member this.OwnerDocument : System.Xml.XmlDocument
Public Overrides ReadOnly Property OwnerDocument As XmlDocument

Waarde van eigenschap

Voor XmlDocument knooppunten (NodeType is gelijk aan XmlNodeType.Document), retourneert nulldeze eigenschap altijd .

Van toepassing op