次の方法で共有


_CustomXMLParts.Item[Object] プロパティ

定義

コレクションからオブジェクトを_CustomXMLPart_CustomXMLParts取得します。 読み取り専用です。

public:
 property Microsoft::Office::Core::CustomXMLPart ^ default[System::Object ^] { Microsoft::Office::Core::CustomXMLPart ^ get(System::Object ^ Index); };
public Microsoft.Office.Core.CustomXMLPart this[object Index] { get; }
member this.Item(obj) : Microsoft.Office.Core.CustomXMLPart
Default Public ReadOnly Property Item(Index As Object) As CustomXMLPart

パラメーター

Index
Object

必須 オブジェクト。 返されるオブジェクトの _CustomXMLPart 名前またはインデックス番号。

プロパティ値

CustomXMLPart

注釈

: カスタム XML パーツからの DTD への参照はサポートされていません。 カスタム XML パーツの DTD 参照は解決されず、DTD 参照を含むカスタム XML パーツでは、ファイルのコンテンツをフラット XML ファイルに保存しようとすると例外が生成されます。

適用対象