Share via


SearchScopes 接口

定义

对象的集合 SearchScope

public interface class SearchScopes : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C0366-0000-0000-C000-000000000046")]
public interface SearchScopes : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C0366-0000-0000-C000-000000000046")>]
type SearchScopes = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface SearchScopes
Implements _IMsoDispObj, IEnumerable
属性
实现

注解

SearchScopes使用 对象的 属性FileSearch可返回集合SearchScopes

不能向 SearchScopes 集合中添加或从中删除 SearchScope 对象。

属性

Application

返回一个 Application 对象,该对象代表该对象的容器应用程序。

Count

返回一个 Integer 类型的值,该值指示指定集合中的项数。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Item[Int32]

返回一个 SearchScope 对象,该对象对应于要在其中执行文件搜索的区域,例如本地驱动器或 Microsoft Outlook 文件夹。

方法

GetEnumerator()

对象的集合 SearchScope

适用于