Compartir a través de


ObjectId Estructura

Definición

Identificador de un objeto identificable de forma única.

[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)
Herencia
ObjectId
Atributos
MessagePack.MessagePackFormatterAttribute IsReadOnlyAttribute
Implementaciones

Constructores

ObjectId(UInt64)

Identificador de un objeto identificable de forma única.

Propiedades

Invalid

Obtiene el valor de identificador no válido.

Value

Valor del identificador.

Métodos

Deconstruct(UInt64)

Identificador de un objeto identificable de forma única.

Equals(Object)

Identificador de un objeto identificable de forma única.

Equals(ObjectId)

Identificador de un objeto identificable de forma única.

GetHashCode()

Identificador de un objeto identificable de forma única.

ToString()

Identificador de un objeto identificable de forma única.

Operadores

Equality(ObjectId, ObjectId)

Identificador de un objeto identificable de forma única.

Inequality(ObjectId, ObjectId)

Identificador de un objeto identificable de forma única.

Métodos de extensión

Next(ObjectId)

Genera el siguiente ObjectId valor.

Se aplica a