_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,或 C# 中的 String (字符串) 值,该值DisplayName指定 Stores 集合中 Store 的 。

属性值

Stores集合中的 Store 对象,由 Index指定。

注解

Store.DisplayName 属性是默认属性的 存储区

如果 Index 是字符串,并且无法通过该名称找到任何项,则将返回错误。

适用于