Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the GUIDs of standard Visual Studio command sets.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.VSConstants.CMDSETID
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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 | |
---|---|---|
![]() ![]() |
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.