Edit

Share via


MetaProperties.Item[Object] Property

Definition

Gets a MetaProperty object from the MetaProperties collection. Read-only.

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

Parameters

Index
Object

The name or index number of the MetaProperty object to be returned.

Property Value

MetaProperty

Applies to