Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 979 Bytes

itextrangeprovider_moveendpointbyrange_1652889372.md

File metadata and controls

29 lines (20 loc) · 979 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider.MoveEndpointByRange(Microsoft.UI.Xaml.Automation.Text.TextPatternRangeEndpoint,Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider,Microsoft.UI.Xaml.Automation.Text.TextPatternRangeEndpoint)
winrt method

Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider.MoveEndpointByRange

-description

Moves one endpoint of a text range to the specified endpoint of a second text range.

-parameters

-param endpoint

The endpoint to move.

-param textRangeProvider

Another range from the same text provider.

-param targetEndpoint

An endpoint on the other range.

-remarks

-examples

-see-also