共用方式為


FeedClockVectorElement 類別

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

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

語法

'宣告
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2009/04/sync/", ElementName:="feedClockVectorElement")> _
Public NotInheritable Class FeedClockVectorElement
    Implements IClockVectorElement, IXmlSerializable
'用途
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

備註

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

繼承階層

System.Object
  Microsoft.Synchronization.FeedSync.FeedClockVectorElement

執行緒安全性

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

請參閱

參考

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