次の方法で共有


XmlDocumentFragment.ParentNode プロパティ

このノードの親 (親を持つノードの場合) を取得します。

Overrides Public ReadOnly Property ParentNode As XmlNode
[C#]
public override XmlNode ParentNode {get;}
[C++]
public: __property XmlNode* get_ParentNode();
[JScript]
public override function get ParentNode() : XmlNode;

プロパティ値

このノードの親。

XmlDocumentFragment ノードの場合、このプロパティは常に null 参照 (Visual Basic では Nothing) です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

XmlDocumentFragment クラス | XmlDocumentFragment メンバ | System.Xml 名前空間