Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the TestDescriptionAttribute class.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Sub New ( _
testDescription As String _
)
public TestDescriptionAttribute(
string testDescription
)
public:
TestDescriptionAttribute(
String^ testDescription
)
new :
testDescription:string -> TestDescriptionAttribute
public function TestDescriptionAttribute(
testDescription : String
)
Parameters
testDescription
Type: StringA short description of the test.
Remarks
There is no default value for the TestDescription property. You must set it with the attribute.
.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.