Share via


ITextDocument.GetText(TextGetOptions, String) Méthode

Définition

Obtient le texte de l’article actif (document).

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

Options de récupération de texte.

value
String

Platform::String

winrt::hstring

Texte de l’histoire active.

S’applique à

Voir aussi