Share via


FeedClockVector クラス

FeedSync 情報が格納されるクロック ベクターを表します。このクラスは継承できません。

名前空間:  Microsoft.Synchronization.FeedSync
アセンブリ:  Microsoft.Synchronization (Microsoft.Synchronization.dll 内)

構文

'宣言
Public NotInheritable Class FeedClockVector _
    Implements IClockVector, IList(Of IClockVectorElement),  _
    ICollection(Of IClockVectorElement), IEnumerable(Of IClockVectorElement), IEnumerable,  _
    IXmlSerializable, IClockVectorInternal
'使用
Dim instance As FeedClockVector
public sealed class FeedClockVector : IClockVector, 
    IList<IClockVectorElement>, ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, 
    IEnumerable, IXmlSerializable, IClockVectorInternal
public ref class FeedClockVector sealed : IClockVector, 
    IList<IClockVectorElement^>, ICollection<IClockVectorElement^>, IEnumerable<IClockVectorElement^>, 
    IEnumerable, IXmlSerializable, IClockVectorInternal
[<SealedAttribute>]
type FeedClockVector =  
    class
        interface IClockVector
        interface IList<IClockVectorElement>
        interface ICollection<IClockVectorElement>
        interface IEnumerable<IClockVectorElement>
        interface IEnumerable
        interface IXmlSerializable
        interface IClockVectorInternal
    end
public final class FeedClockVector implements IClockVector, IList<IClockVectorElement>, ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable, IXmlSerializable, IClockVectorInternal

説明

IXmlSerializable および IEnumerable のメンバーは明示的に実装されます。これらにアクセスするコードではまず、キャスト演算子または as キーワードを使用して FeedClockVector オブジェクトを IXmlSerializable または IEnumerable インターフェイスにキャストする必要があります。

継承階層

System. . :: . .Object
  Microsoft.Synchronization.FeedSync..::..FeedClockVector

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

参照

FeedClockVector メンバー

Microsoft.Synchronization.FeedSync 名前空間