ITestTypeExtension Interface
Represents an interface that is implemented by Visual Studio Test Professional to enable a client extension to get a list of tests in the test run before the test run is executed.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Interface ITestTypeExtension
public interface ITestTypeExtension
public interface class ITestTypeExtension
type ITestTypeExtension = interface end
public interface ITestTypeExtension
The ITestTypeExtension type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExtensionId | Gets the ID of the Visual Studio Test Professional extension. |
Top
See Also
Reference
Microsoft.VisualStudio.TestTools.Common Namespace
Other Resources
How to: Create a Diagnostic Data Adapter
Packaging and Installing Test Type Extensions in Visual Studio