Partager via


Classe SyncIdFormatGroup

Représente le schéma de format du groupe d'ID qui sont utilisés pour identifier des entités dans une session de synchronisation. Cette classe ne peut pas être héritée.

Espace de noms :  Microsoft.Synchronization
Assembly :  Microsoft.Synchronization (dans Microsoft.Synchronization.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class SyncIdFormatGroup _
    Implements IComparable, IEquatable(Of SyncIdFormatGroup),  _
    IXmlSerializable, ICloneable
'Utilisation
Dim instance As SyncIdFormatGroup
[SerializableAttribute]
public sealed class SyncIdFormatGroup : IComparable, 
    IEquatable<SyncIdFormatGroup>, IXmlSerializable, ICloneable
[SerializableAttribute]
public ref class SyncIdFormatGroup sealed : IComparable, 
    IEquatable<SyncIdFormatGroup^>, IXmlSerializable, ICloneable
[<SealedAttribute>]
[<SerializableAttribute>]
type SyncIdFormatGroup =  
    class
        interface IComparable
        interface IEquatable<SyncIdFormatGroup>
        interface IXmlSerializable
        interface ICloneable
    end
public final class SyncIdFormatGroup implements IComparable, IEquatable<SyncIdFormatGroup>, IXmlSerializable, ICloneable

Notes

Les membres de IXmlSerializable sont implémentés explicitement. Le code qui y accède doit d'abord effectuer un cast de l'objet SyncIdFormatGroup en interface IXmlSerializable en utilisant l'opérateur de casting ou le mot clé as.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.Synchronization..::..SyncIdFormatGroup

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Membres SyncIdFormatGroup

Espace de noms Microsoft.Synchronization