Share via


VsctCommandId(Guid, UInt32) Constructor

Definition

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

public VsctCommandId (Guid Guid, uint Id);
new Microsoft.VisualStudio.RpcContracts.Commands.VsctCommandId : Guid * uint32 -> Microsoft.VisualStudio.RpcContracts.Commands.VsctCommandId
Public Sub New (Guid As Guid, Id As UInteger)

Parameters

Guid
Guid

The Guid portion of the identifier.

Id
UInt32

The integer portion of the identifier.

Applies to