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

'Declaration
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
Public fieldStatic member TestManager Returns the GUID for the Visual Studio SDK Test Manager window.
Public fieldStatic member TestResults Returns the GUID for the Visual Studio SDK Test Results window.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio.TestTools.Vsip Namespace

EnvDTE