IUITechnologyElement.ChildIndex Property

Gets the zero-based position of this element in the collection of child elements in the parent element.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
ReadOnly Property ChildIndex As Integer
int ChildIndex { get; }
property int ChildIndex {
    int get ();
}
abstract ChildIndex : int
function get ChildIndex () : int

Property Value

Type: System.Int32
The index of this element in the parent element.

.NET Framework Security

See Also

Reference

IUITechnologyElement Interface

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace