Freigeben über


RichEditTextRange.GetText(TextGetOptions, String) Methode

Definition

Ruft den Text in einem Textbereich gemäß den angegebenen Konvertierungsflags ab.

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)

Parameter

options
TextGetOptions

Die Konvertierungsflags, die steuern, wie der Text abgerufen wird.

value
String

Platform::String

winrt::hstring

Der Text im Textbereich.

Implementiert

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

Gilt für: