Share via


RichEditTextRange.GetText(TextGetOptions, String) Méthode

Définition

Récupère le texte dans une plage de texte en fonction des indicateurs de conversion spécifiés.

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)

Paramètres

options
TextGetOptions

Indicateurs de conversion qui contrôlent la façon dont le texte est récupéré.

value
String

Platform::String

winrt::hstring

Texte de la plage de texte.

Implémente

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@)

S’applique à