VSConstants.CMDSETID Class
Represents the GUIDs of standard Visual Studio command sets.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.VSConstants.CMDSETID
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public NotInheritable Class CMDSETID
public static class CMDSETID
public ref class CMDSETID abstract sealed
[<AbstractClass>]
[<Sealed>]
type CMDSETID = class end
public final class CMDSETID
The VSConstants.CMDSETID type exposes the following members.
Fields
Name | Description | |
---|---|---|
CSharpGroup_guid | ||
CSharpGroup_string | ||
ShellMainMenu_guid | GUID for the command group implemented in the shell main menu. | |
ShellMainMenu_string | GUID for the command group implemented in the shell main menu. | |
SolutionExplorerPivotList_guid | GUID for the pivot list command group implemented in the Solution Explorer package. | |
SolutionExplorerPivotList_string | GUID for the pivot list command group implemented in the Solution Explorer package. | |
StandardCommandSet11_guid | GUID for the Microsoft Visual Studio 2012 command set. This is a set of new commands added to Microsoft Visual Studio 2012. | |
StandardCommandSet11_string | GUID for the Microsoft Visual Studio 2012 command set. This is a set of new commands added to Microsoft Visual Studio 2012. | |
StandardCommandSet2010_guid | The GUID of the Visual Studio 2010 command set. This is a set of new commands added to Visual Studio 2010. | |
StandardCommandSet2010_string | The GUID of the Visual Studio 2010 command set. This is a set of new commands added to Visual Studio 2010. | |
StandardCommandSet2K_guid | The GUID of the standard Visual Studio editor commands. | |
StandardCommandSet2K_string | The GUID of the standard Visual Studio editor commands. | |
StandardCommandSet97_guid | The GUID of a set of Visual Studio commands. | |
StandardCommandSet97_string | The GUID of a set of Visual Studio commands. | |
UIHierarchyWindowCommandSet_guid | The GUID of a command set that applies only to the UIHierarchyWindow. | |
UIHierarchyWindowCommandSet_string | The GUID of a command set that applies only to the UIHierarchyWindow. | |
VsDocOutlinePackageCommandSet_guid | The GUID of a command set that applies to the Document Outline tool window. | |
VsDocOutlinePackageCommandSet_string | The GUID of a command set that applies to the Document Outline tool window. |
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.