CoreTextEditContext.NotifySelectionChanged(CoreTextRange) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Notifica al servidor de entrada de texto cualquier cambio que el control de entrada de texto necesite realizar en el intervalo de selección. Esto es importante para mantener sincronizado el estado interno del control y el estado interno del servidor.
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)
Parámetros
- selection
- CoreTextRange
Intervalo de selección actualmente en vigor.