共用方式為


FeedClockVector 類別

表示包含 FeedSync 資訊的時鐘向量。這個類別 (Class) 無法被繼承。

命名空間: Microsoft.Synchronization.FeedSync
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)

語法

'宣告
<DefaultMemberAttribute("Item")> _
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2009/04/sync/", ElementName:="feedClockVector")> _
Public NotInheritable Class FeedClockVector
    Implements IClockVector, IList(Of IClockVectorElement), _
    ICollection(Of IClockVectorElement), IEnumerable(Of IClockVectorElement), _
    IEnumerable, IXmlSerializable
'用途
Dim instance As FeedClockVector
[DefaultMemberAttribute("Item")] 
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="feedClockVector")] 
public sealed class FeedClockVector : IClockVector, IList<IClockVectorElement>, 
    ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable, 
    IXmlSerializable
[DefaultMemberAttribute(L"Item")] 
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2009/04/sync/", ElementName=L"feedClockVector")] 
public ref class FeedClockVector sealed : IClockVector, IList<IClockVectorElement^>, 
    ICollection<IClockVectorElement^>, IEnumerable<IClockVectorElement^>, IEnumerable, 
    IXmlSerializable
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="feedClockVector") */ 
public final class FeedClockVector implements IClockVector, IList<IClockVectorElement>, 
    ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable, 
    IXmlSerializable
DefaultMemberAttribute("Item") 
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="feedClockVector") 
public final class FeedClockVector implements IClockVector, IList<IClockVectorElement>, 
    ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable, 
    IXmlSerializable

備註

IXmlSerializableIEnumerable 的成員會明確實作。存取它們的程式碼必須先將 FeedClockVector 物件轉型為 IXmlSerializableIEnumerable 介面,其方式是使用轉型 (Casting) 運算子或 as 關鍵字。

繼承階層

System.Object
  Microsoft.Synchronization.FeedSync.FeedClockVector

執行緒安全性

任何公用靜態 (共用 在 Visual Basic) 此型別的成員具備執行緒安全。不保證任何執行個體成員安全執行緒。

請參閱

參考

FeedClockVector 成員
Microsoft.Synchronization.FeedSync 命名空間