Énumération SYNC_SERIALIZATION_VERSION
Représente la version de compatibilité des composants Sync Framework.
Syntaxe
typedef enum
{
SYNC_SERIALIZATION_VERSION_V1 = 1,
SYNC_SERIALIZATION_VERSION_V2 = 4,
SYNC_SERIALIZATION_VERSION_V3 = 5
} SYNC_SERIALIZATION_VERSION;
Membres
Terme |
Définition |
SYNC_SERIALIZATION_VERSION_V1 |
Indique qu'un composant est compatible avec Sync Framework 1.0. |
SYNC_SERIALIZATION_VERSION_V2 |
Indique qu'un composant est compatible avec le sous-ensemble de composants de Sync Framework 2.0 qui est inclus dans le système d'exploitation Windows 7. |
SYNC_SERIALIZATION_VERSION_V3 |
Indique qu'un composant est compatible avec Sync Framework 2.x. |
Notes
Un composant qui est conçu pour utiliser une version particulière de Sync Framework peut indiquer la version pour laquelle il est conçu. Ainsi, lorsque Sync Framework changera dans des versions ultérieures, un composant conçu pour une version antérieure continuera à fonctionner comme prévu.
Pour plus d'informations, consultez Compatibilité descendante et interopérabilité de Sync Framework.
Spécifications
En-tête : Synchronization.h