次の方法で共有


_OutlookBarShortcuts.Item[Object] プロパティ

定義

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

public:
 property Microsoft::Office::Interop::Outlook::OutlookBarShortcut ^ default[System::Object ^] { Microsoft::Office::Interop::Outlook::OutlookBarShortcut ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Outlook.OutlookBarShortcut this[object Index] { get; }
Default Public ReadOnly Property Item(Index As Object) As OutlookBarShortcut

パラメーター

Index
Object

オブジェクトのインデックス番号、またはコレクションのオブジェクトの既定のプロパティに適合する値を指定します。

プロパティ値

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

適用対象