Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Executes the conditional rule.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overridable Function ExecuteCheckConditionalRule ( _
webTest As WebTest _
) As Boolean
public virtual bool ExecuteCheckConditionalRule(
WebTest webTest
)
public:
virtual bool ExecuteCheckConditionalRule(
WebTest^ webTest
)
abstract ExecuteCheckConditionalRule :
webTest:WebTest -> bool
override ExecuteCheckConditionalRule :
webTest:WebTest -> bool
public function ExecuteCheckConditionalRule(
webTest : WebTest
) : boolean
Parameters
webTest
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestThe WebTest to execute.
Return Value
Type: Boolean
true if the condition was met; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.