RichEditTextDocument.GetText(TextGetOptions, String) Méthode

Définition

Obtient le texte de l’article actif (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)

Paramètres

options
TextGetOptions

Options de récupération de texte.

value
String

Platform::String

winrt::hstring

Texte de l’article actif.

Implémente

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

S’applique à