SearchControlDataSource.OnPopulateMRU(String) 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.
Provides class handling for populating the most-recently-used
(MRU
) item collection on the data source or any element derived from it.
protected:
virtual void OnPopulateMRU(System::String ^ searchPrefix);
protected:
virtual void OnPopulateMRU(Platform::String ^ searchPrefix);
virtual void OnPopulateMRU(std::wstring const & searchPrefix);
protected virtual void OnPopulateMRU (string searchPrefix);
abstract member OnPopulateMRU : string -> unit
override this.OnPopulateMRU : string -> unit
Protected Overridable Sub OnPopulateMRU (searchPrefix As String)
Parameters
- searchPrefix
- String
The search prefix.