Share via


UITestExtensionPackageAttribute.ExtensionPackageType Property

Definition

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.

Applies to