DocumentProperties.Item[Object] 属性

定义

从集合中DocumentProperties返回 对象DocumentProperty

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

必需的 对象。 要返回的文档属性的名称或索引号。

属性值

适用于