SearchControlDataSource.OnPopulateMRU Method
Provides class handling for populating 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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Protected Overridable Sub OnPopulateMRU ( _
searchPrefix As String _
)
protected virtual void OnPopulateMRU(
string searchPrefix
)
Parameters
- searchPrefix
Type: System.String
The search prefix.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.