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
Public fieldStatic member CSharpGroup_guid
Public fieldStatic member CSharpGroup_string
Public fieldStatic member ShellMainMenu_guid GUID for the command group implemented in the shell main menu.
Public fieldStatic member ShellMainMenu_string GUID for the command group implemented in the shell main menu.
Public fieldStatic member SolutionExplorerPivotList_guid GUID for the pivot list command group implemented in the Solution Explorer package.
Public fieldStatic member SolutionExplorerPivotList_string GUID for the pivot list command group implemented in the Solution Explorer package.
Public fieldStatic member StandardCommandSet11_guid GUID for the Microsoft Visual Studio 2012 command set. This is a set of new commands added to Microsoft Visual Studio 2012.
Public fieldStatic member StandardCommandSet11_string GUID for the Microsoft Visual Studio 2012 command set. This is a set of new commands added to Microsoft Visual Studio 2012.
Public fieldStatic member StandardCommandSet2010_guid The GUID of the Visual Studio 2010 command set. This is a set of new commands added to Visual Studio 2010.
Public fieldStatic member StandardCommandSet2010_string The GUID of the Visual Studio 2010 command set. This is a set of new commands added to Visual Studio 2010.
Public fieldStatic member StandardCommandSet2K_guid The GUID of the standard Visual Studio editor commands.
Public fieldStatic member StandardCommandSet2K_string The GUID of the standard Visual Studio editor commands.
Public fieldStatic member StandardCommandSet97_guid The GUID of a set of Visual Studio commands.
Public fieldStatic member StandardCommandSet97_string The GUID of a set of Visual Studio commands.
Public fieldStatic member UIHierarchyWindowCommandSet_guid The GUID of a command set that applies only to the UIHierarchyWindow.
Public fieldStatic member UIHierarchyWindowCommandSet_string The GUID of a command set that applies only to the UIHierarchyWindow.
Public fieldStatic member VsDocOutlinePackageCommandSet_guid The GUID of a command set that applies to the Document Outline tool window.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio Namespace