Share via


Document.CustomXMLParts プロパティ

定義

ドキュメント内のカスタム XML 部分を返します。

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

プロパティ値

ドキュメント内のカスタム XML パーツを含む Microsoft.Office.Core.CustomXMLParts コレクション。

注釈

Office プロジェクトでのカスタム XML パーツの使用の詳細については、「 カスタム XML パーツの概要」を参照してください。

適用対象