Sdílet prostřednictvím


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

Viz také

Odkaz

WebTestCondition Třída

WebTestCondition – přetížení

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů