_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

或者是对象的索引号,或者是用于匹配集合中某个对象的默认属性的值。

属性值

提醒 对象,该对象代表指定的对象。

适用于