AddressEntries.Item[Object] 属性

定义

从集合中返回对象 AddressEntry

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

参数

Index
Object

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

属性值

AddressEntry 对象,该对象代表指定的对象。

适用于