次の方法で共有


AddressLists.Item[Object] プロパティ

定義

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

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

パラメーター

Index
Object

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

プロパティ値

指定したオブジェクトを表す AddressList オブジェクトです。

適用対象