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.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
The CommandTableIds type exposes the following members.
| 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.) |
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
Community Additions
Show:
