XmlDocument.OwnerDocument 속성

정의

현재 노드가 속하는 XmlDocument를 가져옵니다.

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

속성 값

XmlDocument

XmlDocument 노드(NodeType이 XmlNodeType.Document)의 경우 이 속성에서는 항상 null을 반환합니다.

적용 대상