다음을 통해 공유


ObjectId 구조체

정의

고유하게 식별 가능한 개체의 식별자입니다.

[MessagePack.MessagePackFormatter(typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectIdFormatter))]
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct ObjectId : IEquatable<Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId>
[<MessagePack.MessagePackFormatter(typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectIdFormatter))>]
[<System.Runtime.CompilerServices.IsReadOnly>]
type ObjectId = struct
Public Structure ObjectId
Implements IEquatable(Of ObjectId)
상속
ObjectId
특성
MessagePack.MessagePackFormatterAttribute IsReadOnlyAttribute
구현

생성자

ObjectId(UInt64)

고유하게 식별 가능한 개체의 식별자입니다.

속성

Invalid

잘못된 ID 값을 가져옵니다.

Value

식별자 값입니다.

메서드

Deconstruct(UInt64)

고유하게 식별 가능한 개체의 식별자입니다.

Equals(Object)

고유하게 식별 가능한 개체의 식별자입니다.

Equals(ObjectId)

고유하게 식별 가능한 개체의 식별자입니다.

GetHashCode()

고유하게 식별 가능한 개체의 식별자입니다.

ToString()

고유하게 식별 가능한 개체의 식별자입니다.

연산자

Equality(ObjectId, ObjectId)

고유하게 식별 가능한 개체의 식별자입니다.

Inequality(ObjectId, ObjectId)

고유하게 식별 가능한 개체의 식별자입니다.

확장 메서드

Next(ObjectId)

다음 ObjectId 값을 생성합니다.

적용 대상