Freigeben über


SyncIdFormat-Klasse

Stellt das Format einer Synchronisierungsentitäts-ID dar. 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:="idFormat")> _
Public NotInheritable Class SyncIdFormat
    Implements IComparable, IEquatable(Of SyncIdFormat), _
    IXmlSerializable, ICloneable
'Usage
Dim instance As SyncIdFormat
[SerializableAttribute] 
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="idFormat")] 
public sealed class SyncIdFormat : IComparable, IEquatable<SyncIdFormat>, 
    IXmlSerializable, ICloneable
[SerializableAttribute] 
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2009/04/sync/", ElementName=L"idFormat")] 
public ref class SyncIdFormat sealed : IComparable, IEquatable<SyncIdFormat^>, 
    IXmlSerializable, ICloneable
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="idFormat") */ 
public final class SyncIdFormat implements IComparable, IEquatable<SyncIdFormat>, 
    IXmlSerializable, ICloneable
SerializableAttribute 
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="idFormat") 
public final class SyncIdFormat implements IComparable, IEquatable<SyncIdFormat>, 
    IXmlSerializable, ICloneable

Hinweise

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

Vererbungshierarchie

System.Object
  Microsoft.Synchronization.SyncIdFormat

Threadsicherheit

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

Siehe auch

Verweis

SyncIdFormat-Member
Microsoft.Synchronization-Namespace