Partager via


CoreTextEditContext.NotifySelectionChanged(CoreTextRange) Méthode

Définition

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.

S’applique à