XmlDocument.OwnerDocument Proprietà

Definizione

Ottiene l'oggetto XmlDocument a cui appartiene il nodo corrente.

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

Valore della proprietà

XmlDocument

Per i nodi XmlDocument, questa proprietà restituisce sempre null. La proprietà NodeType equivale a XmlNodeType.Document.

Si applica a