ITextRange.GetText(TextGetOptions, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.