Share via


FileSearch.FoundFiles Property 

Returns a FoundFiles object that contains the names of all the files found during a search.

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

Usage

Dim fileSearch1 As FileSearch

Dim returnValue As FoundFiles
returnValue = fileSearch1.FoundFiles

Syntax

ReadOnly Property FoundFiles() As FoundFiles
FoundFiles FoundFiles {get;}
property FoundFiles^ FoundFiles{
    FoundFiles^ get();
}
public FoundFiles get_FoundFiles();
function get FoundFiles() : FoundFiles;

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

FileSearch Interface
Microsoft.Office.Core Namespace

Other Resources

FileSearch Members