Bagikan melalui


CommandIdAttribute(String, Int32) Constructor

Definition

Creates a new instance of the CommandIdAttribute.

public:
 CommandIdAttribute(System::String ^ commandSetGuid, int commandId);
public CommandIdAttribute (string commandSetGuid, int commandId);
new Microsoft.VisualStudio.Utilities.CommandIdAttribute : string * int -> Microsoft.VisualStudio.Utilities.CommandIdAttribute
Public Sub New (commandSetGuid As String, commandId As Integer)

Parameters

commandSetGuid
String
commandId
Int32

Applies to