次の方法で共有


_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

コレクション内TimeZonesの 1 から始まるインデックスを表す Integer

プロパティ値

コレクション内の指定したオブジェクトを表す タイム ゾーン オブジェクトを返します。

適用対象