Share via


VsctCommandId Struct

Definition

Unique identifier of a command, menu, toolbar, etc. in the Visual Studio command system.

[MessagePack.MessagePackObject(false)]
public struct VsctCommandId : IEquatable<Microsoft.VisualStudio.RpcContracts.Commands.VsctCommandId>
[<MessagePack.MessagePackObject(false)>]
type VsctCommandId = struct
Public Structure VsctCommandId
Implements IEquatable(Of VsctCommandId)
Inheritance
VsctCommandId
Attributes
MessagePack.MessagePackObjectAttribute
Implements

Constructors

VsctCommandId(Guid, UInt32)

Unique identifier of a command, menu, toolbar, etc. in the Visual Studio command system.

Fields

Undefined

A read-only instance of the VsctCommandId structure whose values are all zeros.

Properties

Guid

The Guid portion of the identifier.

Id

The integer portion of the identifier.

Methods

Deconstruct(Guid, UInt32)
Equals(Object)
Equals(VsctCommandId)
GetHashCode()
ToString()

Operators

Equality(VsctCommandId, VsctCommandId)
Inequality(VsctCommandId, VsctCommandId)

Applies to