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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.