Share via


UITechnologyManagerProxy.ChildrenEnumeratorProxy.Current Property

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public ReadOnly Property Current As Object
public Object Current { get; }
public:
virtual property Object^ Current {
    Object^ get () sealed;
}
abstract Current : Object with get 
override Current : Object with get
final function get Current () : Object

Property Value

Type: Object

Implements

IEnumerator.Current

.NET Framework Security

See Also

Reference

UITechnologyManagerProxy.ChildrenEnumeratorProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace