FoundFiles Interface
Represents the list of files returned from a file search.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<GuidAttribute("000C0331-0000-0000-C000-000000000046")> _
Public Interface FoundFiles _
Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As FoundFiles
[GuidAttribute("000C0331-0000-0000-C000-000000000046")]
public interface FoundFiles : _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.