Share via


VSConstants.ReferenceManagerHandler Class

Represents command IDs for the context menu.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.VSConstants.ReferenceManagerHandler

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public NotInheritable Class ReferenceManagerHandler
public static class ReferenceManagerHandler
public ref class ReferenceManagerHandler abstract sealed
[<AbstractClass>]
[<Sealed>]
type ReferenceManagerHandler =  class end
public final class ReferenceManagerHandler

The VSConstants.ReferenceManagerHandler type exposes the following members.

Fields

  Name Description
Public fieldStatic member cmdidClearRecentReferences The command ID for Clear Recent References.
Public fieldStatic member cmdidRemoveFromRecentReferences The command ID for Remove from Recent References.
Public fieldStatic member guidRecentMenuCmdSet The command ID for the Recent Menu command set.
Public fieldStatic member guidRecentMenuCmdSetString The command ID string for the Recent Menu command set.

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 Namespace