Share via


FileSearch Interface 

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

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

Usage

Public Class ileSearchImplementation
    Implements FileSearch
End Class
Dim ileSearchImplementation1 As New ileSearchImplementation()

Syntax

Public Interface FileSearch
    Inherits _IMsoDispObj
public interface FileSearch : _IMsoDispObj
public interface class FileSearch : public _IMsoDispObj
public interface FileSearch implements _IMsoDispObj
public interface FileSearch implements _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.

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

FileSearch Members