CommandTableIds.ContextMenus Class
Provides access by third-party extensions to the GUIDs for the Test Manager window, the Test Results window, and the Test View window in.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.Vsip.CommandTableIds.ContextMenus
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'宣言
Public Class ContextMenus
public class ContextMenus
public ref class ContextMenus
type ContextMenus = class end
public class ContextMenus
The CommandTableIds.ContextMenus type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommandTableIds.ContextMenus |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
TestManager | Returns the GUID for the Visual Studio SDK Test Manager window. | |
TestResults | Returns the GUID for the Visual Studio SDK Test Results window. | |
TestView | Returns the GUID for the Visual Studio SDK Test View window. |
Top
Remarks
Extensions to Visual Studio can use classes in the EnvDTE namespace together with the GUIDs that are provided by this class to show or hide windows in Visual Studio SDK.
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.