_Reminders.Item[Object] プロパティ

定義

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

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

パラメーター

Index
Object

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

プロパティ値

指定したオブジェクトを表す Reminder オブジェクトを返します。

適用対象