RichEditTextDocument.GetText(TextGetOptions, 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.
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.