Share via


FoundFiles インターフェイス

定義

ファイル検索から返されるファイルの一覧を表します。

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

注釈

FoundFilesFoundFiles オブジェクトを取得するには、 プロパティを使用します。 検索中に見つかった特定のファイルのパスとファイル名を返すには、 FoundFiles(index) index を使用します。

メソッドを Execute(MsoSortBy, MsoSortOrder, Boolean) 使用してファイルの検索を開始し、 FoundFiles オブジェクトを 更新します。

プロパティ

Application

オブジェクトのコンテナー アプリケーションを表す Application オブジェクトを返します。

Count

指定したコレクション内の項目の数を示す整数型 ( Integer) の値を返します。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。

Item[Int32]

オブジェクトで表されるファイル名の一覧からファイル名を FoundFiles 返します。

メソッド

GetEnumerator()

ファイル検索から返されるファイルの一覧を表します。

適用対象