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

Name Description
VsctCommandId(Guid, UInt32)

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

Fields

Name Description
Undefined

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

Properties

Name Description
Guid

The Guid portion of the identifier.

Id

The integer portion of the identifier.

Methods

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

Operators

Name Description
Equality(VsctCommandId, VsctCommandId)
Inequality(VsctCommandId, VsctCommandId)

Applies to