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.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
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