Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 680 Bytes

itextrangeprovider_getenclosingelement_536266016.md

File metadata and controls

22 lines (15 loc) · 680 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider.GetEnclosingElement
winrt method

Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider.GetEnclosingElement

-description

Returns the innermost element that encloses the text range.

-returns

The enclosing control, typically the text provider that provides the text range. However, if the text provider supports child text elements such as tables or hyperlinks, the enclosing element can be a descendant of the text provider.

-remarks

-examples

-see-also