MetaProperties.Item[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.