IVsWindowSearch.ClearSearch 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.
Clears the search result, for example, after the user has cleared the content of the search edit box.
public:
void ClearSearch();
public:
void ClearSearch();
void ClearSearch();
public void ClearSearch ();
abstract member ClearSearch : unit -> unit
Public Sub ClearSearch ()
Remarks
For an example, see Adding Search to a Tool Window.