CommandBindingAttribute(String, UInt32, Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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