The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestTypeExtensionClientSide Class
Provides a base class for custom test extensions to work on the client.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestTypeExtensionClientSide() | Initializes a new instance of the TestTypeExtensionClientSide class. |
| Name | Description | |
|---|---|---|
![]() | ExtensionName | When overridden in a derived class, gets a custom name for the extension. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUI() | Returns an object that provides access to the test user interface in Visual Studio Application Lifecycle Management (ALM). |
![]() | Initialize(ITmi^) | Called by the test framework to connect the extension to the test management interface. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


