UITestExtensionPackageAttribute Constructor
Initializes a new instance of the UITestExtensionPackageAttribute class.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
extensionPackageType As Type _
)
public UITestExtensionPackageAttribute(
string name,
Type extensionPackageType
)
public:
UITestExtensionPackageAttribute(
String^ name,
Type^ extensionPackageType
)
new :
name:string *
extensionPackageType:Type -> UITestExtensionPackageAttribute
public function UITestExtensionPackageAttribute(
name : String,
extensionPackageType : Type
)
Parameters
name
Type: StringThe name of the attribute.
extensionPackageType
Type: TypeThe type that implements the UITestExtensionPackage interface.
.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