Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 616 Bytes

itextdocument_settext_522499431.md

File metadata and controls

28 lines (20 loc) · 616 Bytes
-api-id -api-type
M:Windows.UI.Text.ITextDocument.SetText(Windows.UI.Text.TextSetOptions,System.String)
winrt method

Windows.UI.Text.ITextDocument.SetText

-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