CommandTableIds Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides access by third-party applications that use the EnvDTE tools to the GUIDs for standard Visual Studio menus.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.Vsip.CommandTableIds
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public NotInheritable Class CommandTableIds
public sealed class CommandTableIds
public ref class CommandTableIds sealed
[<Sealed>]
type CommandTableIds = class end
public final class CommandTableIds
The CommandTableIds type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
CommandSetGuid | Returns the read-only GUID for the Visual Studio command set. |
Top
Remarks
Integrators that use EnvDTE can use this static class to get the GUIDs for several Visual Studio windows:
Microsoft.VisualStudio.TestTools.Vsip.CommandTableIds.ContextMenus
Integrators that use EnvDTE can also use this static class to get the GUIDs for two specific commands:
Microsoft.VisualStudio.TestTools.Vsip.CommandTableIds.Commands
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.TestTools.Vsip Namespace
Microsoft.VisualStudio.TestTools.Vsip.CommandTableIds.ContextMenus
Microsoft.VisualStudio.TestTools.Vsip.CommandTableIds.Commands