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.
Initializes a new instance of the WebTestLoop class by using the specified LoopConditionalRuleReference.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Sub New ( _
conditionalRuleReference As LoopConditionalRuleReference _
)
public WebTestLoop(
LoopConditionalRuleReference conditionalRuleReference
)
public:
WebTestLoop(
LoopConditionalRuleReference^ conditionalRuleReference
)
new :
conditionalRuleReference:LoopConditionalRuleReference -> WebTestLoop
public function WebTestLoop(
conditionalRuleReference : LoopConditionalRuleReference
)
Parameters
conditionalRuleReference
Type: Microsoft.VisualStudio.TestTools.WebTesting.LoopConditionalRuleReferenceThe LoopConditionalRuleReference to use to initialize this WebTestLoop.
.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.