Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITechnologyElement::ChildIndex Property

 

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

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

public:
property int ChildIndex {
	virtual int get() abstract;
}

Property Value

Type: System::Int32

The index of this element in the parent element.

Return to top
Show: