Share via


UITechnologyElementProxy.ChildIndex Property

Gets the 0-based position in the parent element's collection.

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

Syntax

'Declaration
Public Overrides ReadOnly Property ChildIndex As Integer
public override int ChildIndex { get; }
public:
virtual property int ChildIndex {
    int get () override;
}
abstract ChildIndex : int with get 
override ChildIndex : int with get
override function get ChildIndex () : int

Property Value

Type: Int32

Implements

IUITechnologyElement.ChildIndex

.NET Framework Security

See Also

Reference

UITechnologyElementProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace