WebTestCondition – konstruktor (WebTestCondition)
Inicializuje novou instanci WebTestCondition třídy zkopírováním zadaného WebTestCondition.
Obor názvů: Microsoft.VisualStudio.TestTools.WebTesting
Sestavení: Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Deklarace
Protected Sub New ( _
copy As WebTestCondition _
)
protected WebTestCondition(
WebTestCondition copy
)
protected:
WebTestCondition(
WebTestCondition^ copy
)
new :
copy:WebTestCondition -> WebTestCondition
protected function WebTestCondition(
copy : WebTestCondition
)
Parametry
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.