Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.05 KB

itextprovider2_rangefromannotation_558255368.md

File metadata and controls

27 lines (19 loc) · 1.05 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Automation.Provider.ITextProvider2.RangeFromAnnotation(Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple)
winrt method

Microsoft.UI.Xaml.Automation.Provider.ITextProvider2.RangeFromAnnotation

-description

Exposes a text range that contains the text that is the target of the annotation associated with the specified annotation element.

-parameters

-param annotationElement

The provider for an element that implements the IAnnotationProvider interface. The annotation element is a sibling of the element that implements the ITextProvider2 interface for the document.

-returns

A text range that contains the annotation target text.

-remarks

-examples

-see-also