Version

UIElementEnumerator Class Members

The following tables list the members exposed by UIElementEnumerator.

Public Properties
 NameDescription
Public PropertyCurrentGets the current UIElement at the current position within an enumerable collection.  
Public Methods
 NameDescription
Public MethodMoveNextIncrements the enumerator forward one step to the next element of an enumerable collection.  
Public MethodResetReinitializes the enumerator to its starting position in front of the first element of this enumerable collection.  
See Also