Partager via


ITextRange.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:
 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)

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.

S’applique à

Voir aussi