ITextProvider.RangeFromChild Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Retrieves a text range that encloses a child element, such as an image, hyperlink, or other embedded object.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- childElement
- Type: System.Windows.Automation.Provider.IRawElementProviderSimple
The enclosed object.
Return Value
Type: System.Windows.Automation.Provider.ITextRangeProviderA range that spans the child element.
Show: