FileSearch Interface

Represents the functionality of the Open dialog box accessible by the File menu.

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

Syntax

'Declaration
<GuidAttribute("000C0332-0000-0000-C000-000000000046")> _
Public Interface FileSearch _
    Inherits _IMsoDispObj
'Usage
Dim instance As FileSearch
[GuidAttribute("000C0332-0000-0000-C000-000000000046")]
public interface FileSearch : _IMsoDispObj

Remarks

Use the FileSearch property of an individual application's Application object to return the FileSearch object.

Use the NewSearch method to reset the search criteria to the default settings. All property values are retained after each search is run, and by using the NewSearch method you can selectively set properties for the next file search without manually resetting previous property values.

See Also

Reference

FileSearch Members

Microsoft.Office.Core Namespace