Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.09 KB

textpatternrangeendpoint.md

File metadata and controls

29 lines (20 loc) · 1.09 KB
-api-id -api-type
T:Windows.UI.Xaml.Automation.Text.TextPatternRangeEndpoint
winrt enum

TextPatternRangeEndpoint

-description

Identifies text range endpoints for methods of ITextRangeProvider.

-enum-fields

-field Start:0

The start point of the range.

-field End:1

The endpoint of the range.

-remarks

ITextRangeProvider is the definition interface if you want to support the TextRange automation pattern as part of a Windows Runtime custom control. For more info, see ITextRangeProvider or Text and TextRange Control Patterns.

-examples

-see-also

ITextRangeProvider, Custom automation peers