_Stores.Item[Object] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回由 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
是字符串,并且无法通过该名称找到任何项,则将返回错误。