CommandTableIds.Commands Class
Provides access by third-party applications that use the EnvDTE tools to the GUIDs to delete a test manager and to delete a test view in.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.Vsip.CommandTableIds.Commands
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public NotInheritable Class Commands
public static class Commands
public ref class Commands abstract sealed
[<AbstractClass>]
[<Sealed>]
type Commands = class end
public final class Commands
The CommandTableIds.Commands type exposes the following members.
Fields
Name | Description | |
---|---|---|
TestManagerDelete | Returns the GUID for the TestManagerDelete command in Visual Studio SDK. | |
TestViewDelete | Returns the GUID for the TestViewDelete command in Visual Studio SDK. |
Top
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.