ObjectVersion 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
一意に識別可能なオブジェクトのバージョン。
[MessagePack.MessagePackFormatter(typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersionFormatter))]
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct ObjectVersion : IEquatable<Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion>
[<MessagePack.MessagePackFormatter(typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersionFormatter))>]
[<System.Runtime.CompilerServices.IsReadOnly>]
type ObjectVersion = struct
Public Structure ObjectVersion
Implements IEquatable(Of ObjectVersion)
- 継承
-
ObjectVersion
- 属性
-
MessagePack.MessagePackFormatterAttribute IsReadOnlyAttribute
- 実装
コンストラクター
ObjectVersion(UInt32, UInt32) |
一意に識別可能なオブジェクトのバージョン。 |
プロパティ
ClientChangeCount |
オブジェクトのクライアントによって開始された変更の現在のカウンター。 |
ServerChangeCount |
オブジェクトのサーバーによって開始された変更の現在のカウンター。 |
メソッド
Deconstruct(UInt32, UInt32) |
一意に識別可能なオブジェクトのバージョン。 |
Equals(Object) |
一意に識別可能なオブジェクトのバージョン。 |
Equals(ObjectVersion) |
一意に識別可能なオブジェクトのバージョン。 |
GetHashCode() |
一意に識別可能なオブジェクトのバージョン。 |
ToString() |
一意に識別可能なオブジェクトのバージョン。 |
演算子
Equality(ObjectVersion, ObjectVersion) |
一意に識別可能なオブジェクトのバージョン。 |
Inequality(ObjectVersion, ObjectVersion) |
一意に識別可能なオブジェクトのバージョン。 |
拡張メソッド
NextClientVersion(ObjectVersion) |
次の ObjectVersion クライアント変更に対応する を取得します。 |
NextServerVersion(ObjectVersion) |
次のサーバー変更 ObjectVersion に対応する を取得します。 |