UITestExtensionPackageAttribute.ExtensionPackageType Property

Gets the Type in the assembly that implements the UITestExtensionPackage interface.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public ReadOnly Property ExtensionPackageType As Type
public Type ExtensionPackageType { get; }
public:
property Type^ ExtensionPackageType {
    Type^ get ();
}
member ExtensionPackageType : Type
function get ExtensionPackageType () : Type

Property Value

Type: System.Type
The implement extension package type.

.NET Framework Security

See Also

Reference

UITestExtensionPackageAttribute Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

UITestExtensionPackage