_TimeZones.Item[Object] 属性

定义

从集合中返回 对象 TimeZone

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

参数

Index
Object

一个 整数 ,表示集合中的从 1 开始的 TimeZones 索引。

属性值

时区 对象,该对象代表指定的集合中的对象。

适用于