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 NotInheritable Class ContextMenus
public static class ContextMenus
public ref class ContextMenus abstract sealed
[<AbstractClass>]
[<Sealed>]
type ContextMenus = class end
public final class ContextMenus
The CommandTableIds.ContextMenus type exposes the following members.
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.