Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 656 Bytes

itextrange_settext_522499431.md

File metadata and controls

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

Windows.UI.Text.ITextRange.SetText

-description

Replaces the text in the text range.

-parameters

-param options

The conversion flags that control how the text is inserted in the text range.

-param value

The new text.

-remarks

If value is null, the text in the range is deleted.

-examples

-see-also

ITextRange.GetText, ITextRange.Text