XmlNode.OwnerDocument プロパティ

定義

このノードが属する XmlDocument を取得します。

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

プロパティ値

このノードが属する XmlDocument

ノードが XmlDocument (NodeType が XmlNodeType.Document と等しい) の場合、このプロパティは null を返します。

このプロパティの使用例については、(XmlElement クラスの) を参照してください OwnerDocument

注釈

ノードを現在のノードに追加する場合は、 プロパティによって返される をXmlDocumentOwnerDocument使用してノードを作成します。

適用対象