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.
Performs cleanup after the conditional rule is checked.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overridable Sub ExecuteCleanUpConditionalRule ( _
webTest As WebTest _
)
public virtual void ExecuteCleanUpConditionalRule(
WebTest webTest
)
public:
virtual void ExecuteCleanUpConditionalRule(
WebTest^ webTest
)
abstract ExecuteCleanUpConditionalRule :
webTest:WebTest -> unit
override ExecuteCleanUpConditionalRule :
webTest:WebTest -> unit
public function ExecuteCleanUpConditionalRule(
webTest : WebTest
)
Parameters
webTest
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestThe WebTest that was executed.
.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.