SearchScopes.Item[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 SearchScope 对象,该对象对应于要在其中执行文件搜索的区域,例如本地驱动器或 Microsoft Outlook 文件夹。
public:
property Microsoft::Office::Core::SearchScope ^ default[int] { Microsoft::Office::Core::SearchScope ^ get(int Index); };
public Microsoft.Office.Core.SearchScope this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Core.SearchScope
Default Public ReadOnly Property Item(Index As Integer) As SearchScope
参数
- Index
- Int32
必需 整数。 确定要返回的 SearchScope 对象。