_CustomXMLPart.DocumentElement プロパティ

定義

ドキュメント内のデータ バインド領域のルート要素を取得します。 領域が空の場合、このプロパティは Nothing を返します。 読み取り専用です。

public:
 property Microsoft::Office::Core::CustomXMLNode ^ DocumentElement { Microsoft::Office::Core::CustomXMLNode ^ get(); };
public Microsoft.Office.Core.CustomXMLNode DocumentElement { get; }
member this.DocumentElement : Microsoft.Office.Core.CustomXMLNode
Public ReadOnly Property DocumentElement As CustomXMLNode

プロパティ値

CustomXMLNode

適用対象