Partager via


FlowControl.ForLoopInitObj Méthode

Définition

Initialise une boucle For...Next.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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 Function ForLoopInitObj (Counter As Object, Start As Object, Limit As Object, StepValue As Object, ByRef LoopForResult As Object, ByRef CounterResult As Object) As Boolean
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

Paramètres

Counter
Object

Variable de compteur de boucle.

Start
Object

Valeur initiale du compteur de boucle.

Limit
Object

Valeur de l'option To.

StepValue
Object

Valeur de l'option Step.

LoopForResult
Object

Objet qui contient les valeurs de boucle vérifiées.

CounterResult
Object

Valeur du compteur d'itération de la boucle suivante.

Retours

False si la boucle s'est terminée ; sinon, True.

Remarques

Cette classe prend en charge le compilateur Visual Basic et n’est pas destinée à être utilisée directement à partir de votre code.

S’applique à

Voir aussi