FrameworkElementGetChildTagIndex Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Given a child FrameworkElement of this element, return this child's tag index relative to this element. If the child has the same tag name as this element, it will not be counted.

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public int GetChildTagIndex(
	FrameworkElement child
)

Parameters

child
Type: ArtOfTest.WebAii.SilverlightFrameworkElement
The child to find the index of.

Return Value

Type: Int32
The child tag index else -1
See Also

Reference