[]
Retrieves the range of a child object.
ITextRangeProvider RangeFromChild(IRawElementProviderSimple childElement)
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. |
Type | Description |
---|---|
ITextRangeProvider | A range that spans the child element. |