structure TS_SELECTION_ANCHOR (textstor.h)
La structure TS_SELECTION_ANCHOR contient des données de sélection de texte basées sur l’ancre.
Syntaxe
typedef struct TS_SELECTION_ANCHOR {
IAnchor *paStart;
IAnchor *paEnd;
TS_SELECTIONSTYLE style;
} TS_SELECTION_ANCHOR;
Membres
paStart
Contient l’ancre de début de la sélection.
paEnd
Contient l’ancre de fin de la sélection.
style
Structure TS_SELECTIONSTYLE qui contient des données de sélection supplémentaires.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau | Applications UWP] |
En-tête | textstor.h |
Composant redistribuable | TSF 1.0 sur Windows 2000 Professionnel |
Voir aussi
ITextStoreAnchor ::GetSelection