Classe FeedClockVectorElement
Représente un élément de vecteur horloge qui contient des informations FeedSync. Cette classe ne peut pas être héritée.
Espace de noms: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)
Syntaxe
'Déclaration
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2009/04/sync/", ElementName:="feedClockVectorElement")> _
Public NotInheritable Class FeedClockVectorElement
Implements IClockVectorElement, IXmlSerializable
'Utilisation
Dim instance As FeedClockVectorElement
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="feedClockVectorElement")]
public sealed class FeedClockVectorElement : IClockVectorElement, IXmlSerializable
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2009/04/sync/", ElementName=L"feedClockVectorElement")]
public ref class FeedClockVectorElement sealed : IClockVectorElement, IXmlSerializable
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="feedClockVectorElement") */
public final class FeedClockVectorElement implements IClockVectorElement, IXmlSerializable
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="feedClockVectorElement")
public final class FeedClockVectorElement implements IClockVectorElement, IXmlSerializable
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 FeedClockVectorElement en interface IXmlSerializable en utilisant l'opérateur de casting ou le mot clé as.
Hiérarchie d'héritage
System.Object
Microsoft.Synchronization.FeedSync.FeedClockVectorElement
Sécurité des threads
Tous les membres publics statiques (Partagés en 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 FeedClockVectorElement
Espace de noms Microsoft.Synchronization.FeedSync