CommandIdAttribute(String, Int32) 构造函数

定义

创建 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)

参数

commandSetGuid
String
commandId
Int32

适用于