SearchControlDataSource::OnAddMRUItem Method (String^)

 

Provides class handling for adding to the most-recently-used (MRU) item collection 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 OnAddMRUItem(
	String^ searchedText
)

Parameters

searchedText
Type: System::String^

The text for which the most recent search was done.

Return to top
Show: