Freigeben über


ITextDocument.GetText(TextGetOptions, String) Methode

Definition

Ruft den Text im aktiven Textabschnitt (Dokument) ab.

public:
 void GetText(TextGetOptions options, [Out] Platform::String ^ & value);
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)

Parameter

options
TextGetOptions

Die Optionen für den Textabruf.

value
String

Platform::String

winrt::hstring

Der Text in der aktiven Story.

Gilt für:

Weitere Informationen