RecognizersEnumerator.MoveNext Method

RecognizersEnumerator.MoveNext Method

Moves the enumerator index to the next object in the collection.

Definition

Visual Basic .NET Public Function MoveNext() As Boolean
C# public bool MoveNext();
Managed C++ public: bool* MoveNext();

Return Value

System.Boolean. Set to true if the index position references an object; false if the index position references the end of the collection.

Remarks

The RecognizersEnumerator supports iterating over a Recognizers collection and implements the IEnumerator Leave Site interface.

This method inherits from MoveNext Leave Site.

See Also