Share via


UITestExtensionPackageAttribute(String, Type) Constructor

Definition

Initializes a new instance of the UITestExtensionPackageAttribute class.

public:
 UITestExtensionPackageAttribute(System::String ^ name, Type ^ extensionPackageType);
public UITestExtensionPackageAttribute (string name, Type extensionPackageType);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestExtensionPackageAttribute : string * Type -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestExtensionPackageAttribute
Public Sub New (name As String, extensionPackageType As Type)

Parameters

name
String

The name of the attribute.

extensionPackageType
Type

The type that implements the UITestExtensionPackage interface.

Applies to