[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.BaseInterfaces.IUiaTextProvider.RangeFromChild

RangeFromChild Method

RangeFromChild(IRawElementProviderSimple)

Retrieves the range of a child object.

Declaration
ITextRangeProvider RangeFromChild(IRawElementProviderSimple childElement)
Parameters
Type Name Description
IRawElementProviderSimple childElement

The child element. A provider should check that the passed element is a child of the text container, and should throw an InvalidOperationException if it is not.

Returns
Type Description
ITextRangeProvider

A range that spans the child element.