Share via


_ViewFields.Item[Object] プロパティ

定義

コレクションからオブジェクトを ViewField 返します。

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

パラメーター

Index
Object

値には、コレクション内の ViewField オブジェクトにインデックスを付ける 1 から始まる整数、コレクション内ViewFieldsViewField オブジェクトのプロパティ値に一致ViewXMLSchemaNameする文字列、または Field Chooser に表示されるフィールド名を指定できます。

プロパティ値

指定したオブジェクトを表す ViewField オブジェクト。

適用対象