Vertaling van "MoveNext" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Current returns the same object until MoveNext is called.
Current retourne le même objet jusqu'à l'élément suivant.
This will return one of the enumeration values from MoveNext().
Retourne l'une des valeurs d'énumération depuis MoveNext().
When the enumerator is at this position, subsequent calls to MoveNext also return false.
Lorsque l'énumérateur est à cette position, les appels suivants à MoveNext retournent également false.
It's also important to note the "MoveNext" method, which advances the record pointer.
Il est également important de noter la méthode « MoveNext », qui fait avancer le pointeur d'enregistrement.
When the awaited instance eventually completes, the MoveNext method is invoked again and jumps to the point in the method where execution previously left off.
Lorsque l'instance attendue se termine finalement, la méthode MoveNext est appelée à nouveau et reprend l'exécution de la méthode au point où elle avait été suspendue précédemment.
Therefore, you must call the MoveNext method to advance the enumerator to the first element of the collection before reading the value of Current.
Par conséquent, vous devez appeler MoveNext pour avancer l'énumérateur au premier élément de la collection avant la lecture de la valeur de Current.
If the last call to MoveNext returned false, calling Current throws an exception.
Si le dernier appel à MoveNext a retourné false, Current n'est pas défini.
If the last call to MoveNext returned false, Current is undefined.
Si le dernier appel à MoveNext a retourné false, Current n'est pas défini.
To support this operation, the IEnumerator is quipped with the MoveNext() method.
Pour soutenir cette opération, l'IEnumerator est raillé avec la méthode de MoveNext ().
If MoveNext passes the end of the collection, the enumerator is positioned after the last element in the collection and MoveNext returns false.
Si MoveNext passe la fin de la collection, l'énumérateur est positionné après le dernier élément de la collection et MoveNext retourne false.
To move from one record to the next, you can call the MoveNext() method of the Recordset object.
Pour se déplacer d'un disque au prochain, vous pouvez appeler la Quand ce code s'exécute, la position record est d'abord déplacée à la première.
MoveNext sets Current to the next element.