Méthode ITextEditProvider::GetActiveComposition (uiautomationcore.h)
Retourne la composition active.
Syntaxe
HRESULT GetActiveComposition(
[out, retval] ITextRangeProvider **pRetVal
);
Paramètres
[out, retval] pRetVal
Type : ITextRangeProvider**
Pointeur vers la plage de la conversion actuelle (aucun s’il n’y a de conversion).
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Remarques
Suivez les instructions fournies dans Modèle de contrôle TextEdit qui décrit comment implémenter cette méthode et comment déclencher les événements de notification associés.
Configuration requise
Client minimal pris en charge | Windows 8.1 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2012 R2 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | uiautomationcore.h (incluez UIAutomation.h) |
Voir aussi
Conceptuel
Référence