Share via


FoundFiles Interface 

Represents the list of files returned from a file search.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Public Class oundFilesImplementation
    Implements FoundFiles
End Class
Dim oundFilesImplementation1 As New oundFilesImplementation()

Syntax

Public Interface FoundFiles
    Inherits _IMsoDispObj, IEnumerable
public interface FoundFiles : _IMsoDispObj, IEnumerable
public interface class FoundFiles : public _IMsoDispObj, IEnumerable
public interface FoundFiles implements _IMsoDispObj, IEnumerable
public interface FoundFiles implements _IMsoDispObj, , IEnumerable

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 method to begin the file search and update the FoundFiles object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace

Other Resources

FoundFiles Members