Freigeben über


WebTestResultLoopIteration.IsConditionalRuleMet-Methode

Gibt true zurück, wenn die bedingte Regel erfüllt wurde, andernfalls false.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Function IsConditionalRuleMet As Boolean
public bool IsConditionalRuleMet()
public:
bool IsConditionalRuleMet()
member IsConditionalRuleMet : unit -> bool 
public function IsConditionalRuleMet() : boolean

Rückgabewert

Typ: System.Boolean
true , wenn die bedingte Regel erfüllt wurde, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestResultLoopIteration Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace