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 コレクション。

適用対象