CoreTextEditContext.NotifySelectionChanged(CoreTextRange) 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.
Avertit le serveur d’entrée de texte de toute modification que le contrôle d’entrée de texte doit apporter à la plage de sélection. Cela est important pour que l’état interne du contrôle et l’état interne du serveur restent synchronisés.
public:
virtual void NotifySelectionChanged(CoreTextRange selection) = NotifySelectionChanged;
void NotifySelectionChanged(CoreTextRange const& selection);
public void NotifySelectionChanged(CoreTextRange selection);
function notifySelectionChanged(selection)
Public Sub NotifySelectionChanged (selection As CoreTextRange)
Paramètres
- selection
- CoreTextRange
Plage de sélection actuellement en vigueur.