FileSearch.NewSearch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resets all the search criteria settings to their default settings.
public:
void NewSearch();
public void NewSearch ();
abstract member NewSearch : unit -> unit
Public Sub NewSearch ()
Remarks
Some of the content in this topic may not be applicable to some languages.
Search criteria settings are retained throughout an application session. Use this method every time you change search criteria. This method will not reset the value of the LookIn property.