Edit

Share via


_ViewFields.Item[Object] Property

Definition

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.

Applies to