Xml.XMLIntf.IXMLNode.ParentNode

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ParentNode: IXMLNode read GetParentNode;

C++

__property _di_IXMLNode ParentNode = {read=GetParentNode};

プロパティ

種類 可視性 ソース ユニット
property public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNode

説明

ノードの親ノードのインターフェースを識別します。

ParentNode プロパティを読み出すと,ノードの親ノードにアクセスできます。

関連項目