RichEditTextRange.SetTextViaStream Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the text in the text range based on the contents of a random access stream.
public:
virtual void SetTextViaStream(TextSetOptions options, IRandomAccessStream ^ value) = SetTextViaStream;
void SetTextViaStream(TextSetOptions const& options, IRandomAccessStream const& value);
public void SetTextViaStream(TextSetOptions options, IRandomAccessStream value);
function setTextViaStream(options, value)
Public Sub SetTextViaStream (options As TextSetOptions, value As IRandomAccessStream)
Parameters
- options
- TextSetOptions
The text options.
- value
- IRandomAccessStream
The random access stream.