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
- 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.