Freigeben über


SyncIdFormatGroup-Klasse

Stellt das Formatschema für die Gruppe der IDs dar, die zum Identifizieren von Entitäten in einer Synchronisierungssitzung verwendet werden. Von dieser Klasse kann nicht geerbt werden.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
<SerializableAttribute> _
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2009/04/sync/", ElementName:="idFormatGroup")> _
Public NotInheritable Class SyncIdFormatGroup
    Implements IComparable, IEquatable(Of SyncIdFormatGroup), _
    IXmlSerializable, ICloneable
'Usage
Dim instance As SyncIdFormatGroup
[SerializableAttribute] 
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="idFormatGroup")] 
public sealed class SyncIdFormatGroup : IComparable, IEquatable<SyncIdFormatGroup>, 
    IXmlSerializable, ICloneable
[SerializableAttribute] 
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2009/04/sync/", ElementName=L"idFormatGroup")] 
public ref class SyncIdFormatGroup sealed : IComparable, IEquatable<SyncIdFormatGroup^>, 
    IXmlSerializable, ICloneable
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="idFormatGroup") */ 
public final class SyncIdFormatGroup implements IComparable, IEquatable<SyncIdFormatGroup>, 
    IXmlSerializable, ICloneable
SerializableAttribute 
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="idFormatGroup") 
public final class SyncIdFormatGroup implements IComparable, IEquatable<SyncIdFormatGroup>, 
    IXmlSerializable, ICloneable

Hinweise

Die Member von IXmlSerializable sind explizit implementiert. Von Code, der auf sie zugreift, muss erst das SyncIdFormatGroup-Objekt in die IXmlSerializable-Schnittstelle umgewandelt werden. Dazu wird der Umwandlungsoperator oder das Schlüsselwort as verwendet.

Vererbungshierarchie

System.Object
  Microsoft.Synchronization.SyncIdFormatGroup

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

SyncIdFormatGroup-Member
Microsoft.Synchronization-Namespace