UITestExtensionPackageAttribute(String, Type) Constructor
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.
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.