SearchScopes.Item[Int32] 属性

定义

返回一个 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 对象。

属性值

适用于