FeedClockVector 類別
表示包含 FeedSync 資訊的時鐘向量。這個類別 (Class) 無法被繼承。
命名空間: Microsoft.Synchronization.FeedSync
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)
語法
'宣告
<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
'用途
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
備註
IXmlSerializable 和 IEnumerable 的成員會明確實作。存取它們的程式碼必須先將 FeedClockVector 物件轉型為 IXmlSerializable 或 IEnumerable 介面,其方式是使用轉型 (Casting) 運算子或 as 關鍵字。
繼承階層
System.Object
Microsoft.Synchronization.FeedSync.FeedClockVector
執行緒安全性
任何公用靜態 (共用 在 Visual Basic) 此型別的成員具備執行緒安全。不保證任何執行個體成員安全執行緒。