RichEditTextDocument.SetText(TextSetOptions, String) 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.
public:
virtual void SetText(TextSetOptions options, Platform::String ^ value) = SetText;
void SetText(TextSetOptions const& options, winrt::hstring const& value);
public void SetText(TextSetOptions options, string value);
function setText(options, value)
Public Sub SetText (options As TextSetOptions, value As String)
Parameters
- options
- TextSetOptions
- value
-
String
Platform::String
winrt::hstring