次の方法で共有


_Stores.Item[Object] プロパティ

定義

StoreIndex指定された オブジェクトを返します。 読み取り専用です。

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

パラメーター

Index
Object

Stores コレクションへの 1 から始まるインデックスを指定する Integer、または Stores コレクション内の Store の をDisplayName指定する String (C#の文字列) 値のいずれか。

プロパティ値

で指定された親Storesコレクション内の Store オブジェクト。Index

注釈

Store.DisplayName プロパティは、 ストア の既定のプロパティです。

が文字列で、その名前で項目が見つからない場合 Index は、エラーが返されます。

適用対象