SearchMRUItemDataSource.VerbNames Class

Represents the names of the actions of the search most-recently-used (MRU) item data source.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.PlatformUI.SearchMRUItemDataSource.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 SearchMRUItemDataSource.VerbNames type exposes the following members.

Fields

  Name Description
Public fieldStatic member Delete The name of the action of deleting the search most-recently-used (MRU) item. Value is “Delete”.
Public fieldStatic member Select The name of the action of selecting the search most-recently-used (MRU) item. Value is “Delete”.

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