ObjectId Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |