FeedClockVector クラス
FeedSync 情報が格納されるクロック ベクタを表します。このクラスは継承できません。
名前空間: 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 のメンバは明示的に実装されます。これらにアクセスするコードではまず、キャスト演算子または as キーワードを使用して FeedClockVector オブジェクトを IXmlSerializable または IEnumerable インターフェイスにキャストする必要があります。
継承階層
System.Object
Microsoft.Synchronization.FeedSync.FeedClockVector
スレッド セーフ
この型の public static (Visual Basic では Shared ) メンバはすべて、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。