CommandBindingAttribute(String, UInt32, Type) 构造函数

定义

public:
 CommandBindingAttribute(System::String ^ commandSetGuid, System::UInt32 commandId, Type ^ commandArgsType);
public CommandBindingAttribute (string commandSetGuid, uint commandId, Type commandArgsType);
new Microsoft.VisualStudio.Editor.Commanding.CommandBindingAttribute : string * uint32 * Type -> Microsoft.VisualStudio.Editor.Commanding.CommandBindingAttribute
Public Sub New (commandSetGuid As String, commandId As UInteger, commandArgsType As Type)

参数

commandSetGuid
String
commandId
UInt32
commandArgsType
Type

适用于