Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 679 Bytes

itextrange_instory_1538301057.md

File metadata and controls

28 lines (18 loc) · 679 Bytes
-api-id -api-type
M:Windows.UI.Text.ITextRange.InStory(Windows.UI.Text.ITextRange)
winrt method

Windows.UI.Text.ITextRange.InStory

-description

Determines whether this range's story is the same as a specified range's story.

-parameters

-param range

The ITextRange object whose story is compared to this range's story.

-returns

The comparison result. The result can be null. The method returns True if this range's story is the same as that of the ITextRange; otherwise it returns False.

-remarks

-examples

-see-also