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
属性
实现

注解

FoundFiles使用 属性返回 FoundFiles 对象。 使用 FoundFiles (index) (其中 index 是索引号)返回搜索期间找到的特定文件的路径和文件名。

Execute(MsoSortBy, MsoSortOrder, Boolean)使用 方法开始文件搜索并更新 FoundFiles 对象。

属性

Application

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

Count

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

Creator

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

Item[Int32]

从 由 对象表示的文件名列表中返回文件名 FoundFiles

方法

GetEnumerator()

表示从文件搜索返回的文件列表。

适用于