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/2008/03/sync/", ElementName:="idFormat")> _
Public NotInheritable Class SyncIdFormat
Implements IComparable, IEquatable(Of SyncIdFormat), _
IXmlSerializable
'Usage
Dim instance As SyncIdFormat
[SerializableAttribute]
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="idFormat")]
public sealed class SyncIdFormat : IComparable, IEquatable<SyncIdFormat>,
IXmlSerializable
[SerializableAttribute]
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2008/03/sync/", ElementName=L"idFormat")]
public ref class SyncIdFormat sealed : IComparable, IEquatable<SyncIdFormat^>,
IXmlSerializable
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="idFormat") */
public final class SyncIdFormat implements IComparable, IEquatable<SyncIdFormat>,
IXmlSerializable
SerializableAttribute
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="idFormat")
public final class SyncIdFormat implements IComparable, IEquatable<SyncIdFormat>,
IXmlSerializable
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.