XmlDocument.OwnerDocument Właściwość

Definicja

Pobiera element XmlDocument , do którego należy bieżący węzeł.

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

Wartość właściwości

XmlDocument

W przypadku XmlDocument węzłów (NodeType równa XmlNodeType.Document) ta właściwość zawsze zwraca wartość null.

Dotyczy