TF_SELECTION struttura (msctf.h)

La struttura TF_SELECTION contiene dati di selezione del testo.

Sintassi

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

Members

range

Puntatore a un oggetto ITfRange che specifica il testo selezionato.

style

Struttura TF_SELECTIONSTYLE contenente i dati di selezione.

Requisiti

Requisito Valore
Client minimo supportato Windows 2000 Professional [app desktop | App UWP]
Server minimo supportato Windows 2000 Server [app desktop | App UWP]
Intestazione msctf.h
Componente ridistribuibile TSF 1.0 in Windows 2000 Professional

Vedi anche

ITfContext::GetSelection

ITfContext::SetSelection

ITfRange

TF_SELECTIONSTYLE