Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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