FeedClockVectorElement クラス
FeedSync 情報が格納されるクロック ベクタ要素を表します。このクラスは継承できません。
名前空間: Microsoft.Synchronization.FeedSync
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)
構文
'宣言
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2008/03/sync/", ElementName:="feedClockVectorElement")> _
Public NotInheritable Class FeedClockVectorElement
Implements IClockVectorElement, IXmlSerializable
'使用
Dim instance As FeedClockVectorElement
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVectorElement")]
public sealed class FeedClockVectorElement : IClockVectorElement, IXmlSerializable
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2008/03/sync/", ElementName=L"feedClockVectorElement")]
public ref class FeedClockVectorElement sealed : IClockVectorElement, IXmlSerializable
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVectorElement") */
public final class FeedClockVectorElement implements IClockVectorElement, IXmlSerializable
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVectorElement")
public final class FeedClockVectorElement implements IClockVectorElement, IXmlSerializable
解説
IXmlSerializable のメンバは明示的に実装されます。これらにアクセスするコードではまず、キャスト演算子または as キーワードを使用して FeedClockVectorElement オブジェクトを IXmlSerializable インターフェイスにキャストする必要があります。
継承階層
System.Object
Microsoft.Synchronization.FeedSync.FeedClockVectorElement
スレッド セーフ
この型の public static (Visual Basic では Shared ) メンバはすべて、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
参照
リファレンス
FeedClockVectorElement メンバ
Microsoft.Synchronization.FeedSync 名前空間