WebTestCondition-Konstruktor (ConditionalRule)
Initialisiert eine neue Instanz der WebTestCondition-Klasse mithilfe des angegebenen ConditionalRule.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Sub New ( _
conditionalRule As ConditionalRule _
)
public WebTestCondition(
ConditionalRule conditionalRule
)
public:
WebTestCondition(
ConditionalRule^ conditionalRule
)
new :
conditionalRule:ConditionalRule -> WebTestCondition
public function WebTestCondition(
conditionalRule : ConditionalRule
)
Parameter
- conditionalRule
Typ: Microsoft.VisualStudio.TestTools.WebTesting.ConditionalRule
Die bedingte Regel, die für die Initialisierung verwendet wird.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.