Partager via


Classe FeedClockVector

Représente un 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/2008/03/sync/", ElementName:="feedClockVector")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class FeedClockVector
    Implements IClockVector, IList(Of IClockVectorElement), _
    ICollection(Of IClockVectorElement), IEnumerable(Of IClockVectorElement), _
    IEnumerable, IXmlSerializable
'Utilisation
Dim instance As FeedClockVector
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVector")] 
[DefaultMemberAttribute("Item")] 
public sealed class FeedClockVector : IClockVector, IList<IClockVectorElement>, 
    ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable, 
    IXmlSerializable
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2008/03/sync/", ElementName=L"feedClockVector")] 
[DefaultMemberAttribute(L"Item")] 
public ref class FeedClockVector sealed : IClockVector, IList<IClockVectorElement^>, 
    ICollection<IClockVectorElement^>, IEnumerable<IClockVectorElement^>, IEnumerable, 
    IXmlSerializable
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVector") */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public final class FeedClockVector implements IClockVector, IList<IClockVectorElement>, 
    ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable, 
    IXmlSerializable
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVector") 
DefaultMemberAttribute("Item") 
public final class FeedClockVector implements IClockVector, IList<IClockVectorElement>, 
    ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable, 
    IXmlSerializable

Notes

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

Hiérarchie d'héritage

System.Object
  Microsoft.Synchronization.FeedSync.FeedClockVector

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 FeedClockVector
Espace de noms Microsoft.Synchronization.FeedSync