Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the names of search control data source actions.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.PlatformUI.SearchControlDataSource.VerbNames
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class VerbNames
public static class VerbNames
public ref class VerbNames abstract sealed
[<AbstractClass>]
[<Sealed>]
type VerbNames = class end
public final class VerbNames
The SearchControlDataSource.VerbNames type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() |
AddMRUItem | The name of the action of adding a most-recently-used (MRU) item to the search control data source. Value is “AddMRUItem”. |
![]() ![]() |
ClearSearch | The name of the action of clearing the search. Value is “ClearSearch”. |
![]() ![]() |
InvokeHelp | The name of the action of invoking a help topic. Value is “InvokeHelp”. |
![]() ![]() |
NotifyNavigationKey | The name of the action of notifying the data source that a navigation key is pressed. Value is “NotifyNavigationKey”. |
![]() ![]() |
PopulateMRU | The name of the action of populating the most-recently-used (MRU) collection of the search control data source. Value is “PopulateMRU”. |
![]() ![]() |
StartSearch | The name of the action of starting the search. Value is “StartSearch”. |
![]() ![]() |
StopSearch | The name of the action of stopping the search. Value is “StopSearch”. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.