Compartir a través de


TF_SELECTION estructura (msctf.h)

La estructura TF_SELECTION contiene datos de selección de texto.

Sintaxis

typedef struct TF_SELECTION {
  ITfRange          *range;
  TF_SELECTIONSTYLE style;
} TF_SELECTION;

Miembros

range

Puntero a un objeto ITfRange que especifica el texto seleccionado.

style

Estructura TF_SELECTIONSTYLE que contiene datos de selección.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 2000 Professional [aplicaciones de escritorio | Aplicaciones para UWP]
Servidor mínimo compatible Windows 2000 Server [aplicaciones de escritorio | Aplicaciones para UWP]
Encabezado msctf.h
Redistribuible TSF 1.0 en Windows 2000 Professional

Consulte también

ITfContext::GetSelection

ITfContext::SetSelection

ITfRange

TF_SELECTIONSTYLE