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 を返します。

適用対象