_ViewFields.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.
Returns a ViewField object from the collection.
public:
property Microsoft::Office::Interop::Outlook::ViewField ^ default[System::Object ^] { Microsoft::Office::Interop::Outlook::ViewField ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Outlook.ViewField this[object Index] { get; }
Default Public ReadOnly Property Item(Index As Object) As ViewField
Parameters
- Index
- Object
The value can be a one-based integer that indexes an ViewField object in the ViewFields collection, a string that matches the ViewXMLSchemaName property value of an ViewField object in the collection, or a field name as displayed in the Field Chooser.
Property Value
A ViewField object that represents the specified object.