OleMenuCommand Constructor
Visual Studio 2015
Initializes a new instance of OleMenuCommand.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | OleMenuCommand(EventHandler^, CommandID^) | Initializes a new instance of OleMenuCommand for the specified command. |
![]() | OleMenuCommand(EventHandler^, CommandID^, String^) | Initializes a new instance of OleMenuCommand for the specified command. |
![]() | OleMenuCommand(EventHandler^, EventHandler^, CommandID^) | Initializes a new instance of OleMenuCommand for the specified command with the specified invocation and status handlers. |
![]() | OleMenuCommand(EventHandler^, EventHandler^, CommandID^, String^) | Initializes a new instance of OleMenuCommand for the specified command with the specified invocation and status handlers. |
![]() | OleMenuCommand(EventHandler^, EventHandler^, EventHandler^, CommandID^) | Initializes a new instance of OleMenuCommand for the specified command with the specified pre-QueryStatus, invocation, and status handlers. |
![]() | OleMenuCommand(EventHandler^, EventHandler^, EventHandler^, CommandID^, String^) | Initializes a new instance of OleMenuCommand for the specified command with the specified pre-QueryStatus, invocation, and status handlers. |
Show:
