UITestExtensionPackage Class
Represents an abstract class that enables the incorporation of third-party testing utilities into the Visual Studio Application Lifecycle Management (ALM) user interface (UI) test environment.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Name | Description | |
|---|---|---|
![]() | UITestExtensionPackage() | Initializes a new instance of the UITestExtensionPackage class. |
| Name | Description | |
|---|---|---|
![]() | PackageDescription | Gets the description of this UI test package. |
![]() | PackageName | Gets the name of this UI test package. |
![]() | PackageVendor | Gets the name of the vendor for this UI test package. |
![]() | PackageVersion | Gets the version of this UI test package. |
![]() | VSVersion | Gets the version of Visual Studio Application Lifecycle Management (ALM) that supports this UI test package. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases resources that are used by this UI test package. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetService(Type^) | Gets the service object type for this UI test package. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This class is one of the primary extension points for extending the coded UI test capability to other application platforms. For an example, see Extending Coded UI Tests and Action Recordings to Support Microsoft Excel.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


