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.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Sub BeginLoop ( _
conditionalRule As ConditionalRule, _
maxIterations As Integer, _
advanceDataSources As Boolean _
)
public void BeginLoop(
ConditionalRule conditionalRule,
int maxIterations,
bool advanceDataSources
)
public:
void BeginLoop(
ConditionalRule^ conditionalRule,
int maxIterations,
bool advanceDataSources
)
member BeginLoop :
conditionalRule:ConditionalRule *
maxIterations:int *
advanceDataSources:bool -> unit
public function BeginLoop(
conditionalRule : ConditionalRule,
maxIterations : int,
advanceDataSources : boolean
)
Parameters
- conditionalRule
Type: Microsoft.VisualStudio.TestTools.WebTesting.ConditionalRule
- maxIterations
Type: Int32
- advanceDataSources
Type: Boolean
.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.