MetaProperties.Item[Object] 属性

定义

从集合中MetaPropertyMetaProperties获取对象。 只读。

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

参数

Index
Object

要返回的对象 MetaProperty 的名称或索引号。

属性值

MetaProperty

适用于