CodedUITestAttribute Constructor (CodedUITestType)
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.QualityTools.CodedUITestFramework (in Microsoft.VisualStudio.QualityTools.CodedUITestFramework.dll)
Syntax
'Declaration
Public Sub New ( _
codedUITestType As CodedUITestType _
)
public CodedUITestAttribute(
CodedUITestType codedUITestType
)
public:
CodedUITestAttribute(
CodedUITestType codedUITestType
)
new :
codedUITestType:CodedUITestType -> CodedUITestAttribute
public function CodedUITestAttribute(
codedUITestType : CodedUITestType
)
Parameters
- codedUITestType
Type: Microsoft.VisualStudio.TestTools.UITesting.CodedUITestType
.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.