Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 506 Bytes

itextrange_getclone_1591167677.md

File metadata and controls

23 lines (16 loc) · 506 Bytes
-api-id -api-type
M:Microsoft.UI.Text.ITextRange.GetClone
winrt method

Microsoft.UI.Text.ITextRange.GetClone

-description

Creates a new object that is identical to this text range object.

-returns

The duplicate text range object.

-remarks

To create an insertion point to traverse a text range, first clone the range and then collapse the duplicate at its starting character position.

-examples

-see-also