Share via


CommandBindingAttribute(String, UInt32, Type) Constructor

Definition

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)

Parameters

commandSetGuid
String
commandId
UInt32
commandArgsType
Type

Applies to