Windows.UI.Text.ITextDocument.SetText

August 23, 2018 ยท View on GitHub

-description

Sets the text of the document.

-parameters

-param options

Options controlling how the text is inserted into the document.

-param value

The new text.

-remarks

If the string is NULL, the text in the document is deleted.

-examples

-see-also

ITextDocument.GetText

Contents

  1. 1-description
  2. 2-parameters
  3. 2.1-param options
  4. 2.2-param value
  5. 3-remarks
  6. 4-examples
  7. 5-see-also