Condividi tramite


VsctId(Guid, UInt32) Constructor

Definition

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.

Applies to