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 | |
---|---|---|
cmdidClearRecentReferences | The command ID for Clear Recent References. | |
cmdidRemoveFromRecentReferences | The command ID for Remove from Recent References. | |
guidRecentMenuCmdSet | The command ID for the Recent Menu command set. | |
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.