Version

Current Property (UIElementEnumerator)

Gets the current UIElement at the current position within an enumerable collection.
Syntax
'Declaration
 
Public ReadOnly Property Current As Object
public object Current {get;}

Property Value

A reference to the current UIElement instance within the enumerable collection.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThrown when the UIElementEnumerator is positioned before the first element of the enumerable collection, or beyond the last element in the enumerable collection. An application should call MoveNext to resolve this not enumerating state before accessing the Current element.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also