ObjectId Struct 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifier of a uniquely identifiable object.
[MessagePack.MessagePackFormatter(typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectIdFormatter))]
public readonly struct ObjectId : IEquatable<Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId>[<MessagePack.MessagePackFormatter(typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectIdFormatter))>]
type ObjectId = structPublic Structure ObjectId
Implements IEquatable(Of ObjectId)- Inheritance
- 
				ObjectId
- Attributes
- 
			MessagePack.MessagePackFormatterAttribute
- Implements
Constructors
| ObjectId(UInt64) | Identifier of a uniquely identifiable object. | 
Properties
| Invalid | Gets the invalid id value. | 
| Value | Identifier value. | 
Methods
| Deconstruct(UInt64) | |
| Equals(Object) | |
| Equals(ObjectId) | |
| GetHashCode() | |
| ToString() | 
Operators
| Equality(ObjectId, ObjectId) | |
| Inequality(ObjectId, ObjectId) | 
Extension Methods
| Next(ObjectId) | Generates the next ObjectId value. |