Share via


DocumentProperties.Item[Object] プロパティ

定義

コレクションからオブジェクトをDocumentPropertyDocumentProperties返します。

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

パラメーター

Index
Object

必須 オブジェクト。 取得するドキュメント プロパティの名前またはインデックス番号を指定します。

プロパティ値

適用対象