VsctCommandId 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.
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) |