SearchControlDataSource.VerbNames Class

Inheritance Hierarchy

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

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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
Public fieldStatic member AddMRUItem The name of the action of adding a most-recently-used (MRU) item to the search control data source. Value is “AddMRUItem”.
Public fieldStatic member ClearSearch The name of the action of clearing the search. Value is “ClearSearch”.
Public fieldStatic member InvokeHelp The name of the action of invoking a help topic. Value is “InvokeHelp”.
Public fieldStatic member NotifyNavigationKey The name of the action of notifying the data source that a navigation key is pressed. Value is “NotifyNavigationKey”.
Public fieldStatic member PopulateMRU The name of the action of populating the most-recently-used (MRU) collection of the search control data source. Value is “PopulateMRU”.
Public fieldStatic member StartSearch The name of the action of starting the search. Value is “StartSearch”.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio.PlatformUI Namespace