Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 746 Bytes

richedittextrange_gettextviastream_1369580261.md

File metadata and controls

32 lines (18 loc) · 746 Bytes
-api-id -api-type
M:Windows.UI.Text.RichEditTextRange.GetTextViaStream(Windows.UI.Text.TextGetOptions,Windows.Storage.Streams.IRandomAccessStream)
winrt method

Windows.UI.Text.RichEditTextRange.GetTextViaStream

-description

Retrieves the text in the text range according to the specified conversion flags, as a random access stream.

-parameters

-param options

The conversion flags that control how the text is retrieved. A value of default retrieves the plain text in the text range.

-param value

The text stream.

-remarks

-see-also

-examples