SearchControlDataSource::OnStartSearch Method (String^)

 

Provides class handling for starting a search on the data source or any element derived from it.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual void OnStartSearch(
	String^ searchText
)

Parameters

searchText
Type: System::String^

The text for which the search is starting.

Return to top
Show: