FlowControl.ForEachNextObj(Object, IEnumerator) Método

Definición

Establece una referencia al siguiente objeto de un For Each bucle .

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

public:
 static bool ForEachNextObj(System::Object ^ % obj, System::Collections::IEnumerator ^ enumerator);
public static bool ForEachNextObj(ref object obj, System.Collections.IEnumerator enumerator);
static member ForEachNextObj : obj * System.Collections.IEnumerator -> bool
Public Function ForEachNextObj (ByRef obj As Object, enumerator As IEnumerator) As Boolean
Public Shared Function ForEachNextObj (ByRef obj As Object, enumerator As IEnumerator) As Boolean

Parámetros

obj
Object

Variable de intervalo del For Each bucle.

enumerator
IEnumerator

IEnumerator del objeto que se recorre en iteración en el For Each bucle .

Devoluciones

True si obj hace referencia al siguiente objeto; False si no hay más objetos y obj es Nothing.

Comentarios

Esta clase admite el compilador de Visual Basic y no está diseñado para usarse directamente desde el código.

Se aplica a

Consulte también