RichEditTextDocument.GetText(TextGetOptions, String) Method

Definition

Gets the text in the active story (document).

public:
 virtual void GetText(TextGetOptions options, [Out] Platform::String ^ & value) = GetText;
void GetText(TextGetOptions const& options, [Out] winrt::hstring const& & value);
public void GetText(TextGetOptions options, out string value);
Public Sub GetText (options As TextGetOptions, ByRef value As String)

Parameters

options
TextGetOptions

The text retrieval options.

value
String

Platform::String

winrt::hstring

The text in the active story.

Implements

M:Windows.UI.Text.ITextDocument.GetText(Windows.UI.Text.TextGetOptions,System.String@) M:Windows.UI.Text.ITextDocument.GetText(Windows.UI.Text.TextGetOptions,Platform::String@) M:Windows.UI.Text.ITextDocument.GetText(Windows.UI.Text.TextGetOptions,winrt::hstring@)

Applies to