Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 669 Bytes

richedittextrange_inrange_1794915461.md

File metadata and controls

32 lines (18 loc) · 669 Bytes
-api-id -api-type
M:Windows.UI.Text.RichEditTextRange.InRange(Windows.UI.Text.ITextRange)
winrt method

Windows.UI.Text.RichEditTextRange.InRange

-description

Determines whether this range is in or at the same text as a specified range.

-parameters

-param range

Text that is compared to the current range.

-returns

The comparison result. The result can be null. The method returns true if the range is in or at the same text as ITextRange; otherwise, it returns false.

-remarks

-see-also

-examples