FoundFiles Interface

Definition

Represents the list of files returned from a file search.

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
Attributes
Implements

Remarks

Use the FoundFiles property to return the FoundFiles object. Use FoundFiles(index), where index is the index number, to return the path and file name of a specific file found during the search.

Use the Execute(MsoSortBy, MsoSortOrder, Boolean) method to begin the file search and update the FoundFiles object.

Properties

Application

Returns an Application object that represents the container application for the object.

Count

Returns an Integer indicating the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Int32]

Returns a file name from the list of file names represented by the FoundFiles object.

Methods

GetEnumerator()

Applies to