TS_SELECTION_ANCHOR struttura (textstor.h)
La struttura TS_SELECTION_ANCHOR contiene dati di selezione del testo basati su ancoraggio.
Sintassi
typedef struct TS_SELECTION_ANCHOR {
IAnchor *paStart;
IAnchor *paEnd;
TS_SELECTIONSTYLE style;
} TS_SELECTION_ANCHOR;
Members
paStart
Contiene l'ancoraggio iniziale della selezione.
paEnd
Contiene l'ancoraggio finale della selezione.
style
Struttura TS_SELECTIONSTYLE contenente dati di selezione aggiuntivi.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [app desktop | App UWP] |
Server minimo supportato | Windows 2000 Server [app desktop | App UWP] |
Intestazione | textstor.h |
Componente ridistribuibile | TSF 1.0 in Windows 2000 Professional |
Vedi anche
ITextStoreAnchor::GetSelection