SearchControlDataSource.VerbNames Class

 

Contains the names of search control data source actions.

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

System.Object
  Microsoft.VisualStudio.PlatformUI.SearchControlDataSource.VerbNames

public static class VerbNames

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAddMRUItem

The name of the action of adding a most-recently-used (MRU) item to the search control data source. Value is “AddMRUItem”.

System_CAPS_pubfieldSystem_CAPS_staticClearSearch

The name of the action of clearing the search. Value is “ClearSearch”.

System_CAPS_pubfieldSystem_CAPS_staticInvokeHelp

The name of the action of invoking a help topic. Value is “InvokeHelp”.

System_CAPS_pubfieldSystem_CAPS_staticNotifyNavigationKey

The name of the action of notifying the data source that a navigation key is pressed. Value is “NotifyNavigationKey”.

System_CAPS_pubfieldSystem_CAPS_staticPopulateMRU

The name of the action of populating the most-recently-used (MRU) collection of the search control data source. Value is “PopulateMRU”.

System_CAPS_pubfieldSystem_CAPS_staticStartSearch

The name of the action of starting the search. Value is “StartSearch”.

System_CAPS_pubfieldSystem_CAPS_staticStopSearch

The name of the action of stopping the search. Value is “StopSearch”.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: