Classe FeedClockVector
Representa um vetor de relógio que contém informações do FeedSync. Essa classe não pode ser herdada.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (em microsoft.synchronization.dll)
Sintaxe
'Declaração
<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
'Uso
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
Comentários
Os membros de IXmlSerializable e IEnumerable são implementados explicitamente. O código que os acessa deve converter primeiramente o objeto FeedClockVector na interface IXmlSerializable ou IEnumerable usando o operador de conversão ou a palavra-chave as.
Hierarquia de herança
System.Object
Microsoft.Synchronization.FeedSync.FeedClockVector
Segurança de thread
Qualquer membro estático público (Compartilhado no Visual Basic) deste tipo é protegido por thread. Não há garantia de que qualquer membro de instância esteja protegido por thread.
Consulte também
Referência
Membros FeedClockVector
Namespace Microsoft.Synchronization.FeedSync