VsctId(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.
Initializes a new instance of the VsctId class.
public VsctId (Guid guid, uint id);
new Microsoft.VisualStudio.Extensibility.Commands.VsctId : Guid * uint32 -> Microsoft.VisualStudio.Extensibility.Commands.VsctId
Public Sub New (guid As Guid, id As UInteger)
Parameters
- guid
- Guid
Identifying guid.
- id
- UInt32
Identifying id.