TestDescriptionAttribute – konstruktor
Vytvoří novou instanci třídy TestDescriptionAttribute.
Obor názvů: Microsoft.VisualStudio.TestTools.WebTesting
Sestavení: Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Deklarace
Public Sub New ( _
testDescription As String _
)
public TestDescriptionAttribute(
string testDescription
)
public:
TestDescriptionAttribute(
String^ testDescription
)
new :
testDescription:string -> TestDescriptionAttribute
public function TestDescriptionAttribute(
testDescription : String
)
Parametry
testDescription
Typ: StringKrátký popis zkoušky
Poznámky
Neexistuje žádná výchozí hodnota TestDescription vlastnost.Je nutné nastavit s atributem.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.