Compartir a través de


RichEditTextRange.GetText(TextGetOptions, String) Método

Definición

Recupera el texto de un intervalo de texto según las marcas de conversión especificadas.

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)

Parámetros

options
TextGetOptions

Marcas de conversión que controlan cómo se recupera el texto.

value
String

Platform::String

winrt::hstring

Texto del intervalo de texto.

Implementaciones

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

Se aplica a