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

'Declaration
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
Public method CommandTableIds.ContextMenus

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

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