RichEditTextRange.GetTextViaStream Method

Definition

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

public:
 virtual void GetTextViaStream(TextGetOptions options, IRandomAccessStream ^ value) = GetTextViaStream;
void GetTextViaStream(TextGetOptions const& options, IRandomAccessStream const& value);
public void GetTextViaStream(TextGetOptions options, IRandomAccessStream value);
function getTextViaStream(options, value)
Public Sub GetTextViaStream (options As TextGetOptions, value As IRandomAccessStream)

Parameters

options
TextGetOptions

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

value
IRandomAccessStream

The text stream.

Implements

Applies to