次の方法で共有


XmlDocument.Implementation プロパティ

定義

ドキュメントの Implementation オブジェクトを取得します。

public:
 property XmlDomImplementation ^ Implementation { XmlDomImplementation ^ get(); };
XmlDomImplementation Implementation();
public XmlDomImplementation Implementation { get; }
var xmlDomImplementation = xmlDocument.implementation;
Public ReadOnly Property Implementation As XmlDomImplementation

プロパティ値

ドキュメントの Implementation オブジェクト。

適用対象