VsctCommandId(Guid, UInt32) Constructor
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.
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
- Id
- UInt32
The integer portion of the identifier.