UITestExtensionPackageAttribute.ExtensionPackageType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Type in the assembly that implements the UITestExtensionPackage interface.
public:
property Type ^ ExtensionPackageType { Type ^ get(); };
public Type ExtensionPackageType { get; }
member this.ExtensionPackageType : Type
Public ReadOnly Property ExtensionPackageType As Type
Property Value
The implement extension package type.