Document.CustomXMLParts プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ドキュメント内のカスタム 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 パーツの概要」を参照してください。