ObjectFlowControl.ForLoopControl.ForLoopInitObj Methode

Definitie

Initialiseert een For...Next lus.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static bool ForLoopInitObj(System::Object ^ Counter, System::Object ^ Start, System::Object ^ Limit, System::Object ^ StepValue, System::Object ^ % LoopForResult, System::Object ^ % CounterResult);
public static bool ForLoopInitObj(object Counter, object Start, object Limit, object StepValue, ref object LoopForResult, ref object CounterResult);
static member ForLoopInitObj : obj * obj * obj * obj * obj * obj -> bool
Public Shared Function ForLoopInitObj (Counter As Object, Start As Object, Limit As Object, StepValue As Object, ByRef LoopForResult As Object, ByRef CounterResult As Object) As Boolean

Parameters

Counter
Object

De lustellervariabele.

Start
Object

De initiële waarde van de lusteller.

Limit
Object

De waarde van de To optie.

StepValue
Object

De waarde van de Step optie.

LoopForResult
Object

Een object dat geverifieerde waarden voor luswaarden bevat.

CounterResult
Object

De tellerwaarde voor de volgende lusiteratie.

Retouren

False indien de lus is beëindigd; anders, True.

Opmerkingen

Deze klasse ondersteunt de Visual Basic compiler en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.

Van toepassing op

Zie ook