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 with get
function get ExtensionPackageType () : Type
Property Value
Type: Type
The implement extension package type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
UITestExtensionPackageAttribute Class