OleMenuCommand Constructor

 

Initializes a new instance of OleMenuCommand.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubmethodOleMenuCommand(EventHandler^, CommandID^)

Initializes a new instance of OleMenuCommand for the specified command.

System_CAPS_pubmethodOleMenuCommand(EventHandler^, CommandID^, String^)

Initializes a new instance of OleMenuCommand for the specified command.

System_CAPS_pubmethodOleMenuCommand(EventHandler^, EventHandler^, CommandID^)

Initializes a new instance of OleMenuCommand for the specified command with the specified invocation and status handlers.

System_CAPS_pubmethodOleMenuCommand(EventHandler^, EventHandler^, CommandID^, String^)

Initializes a new instance of OleMenuCommand for the specified command with the specified invocation and status handlers.

System_CAPS_pubmethodOleMenuCommand(EventHandler^, EventHandler^, EventHandler^, CommandID^)

Initializes a new instance of OleMenuCommand for the specified command with the specified pre-QueryStatus, invocation, and status handlers.

System_CAPS_pubmethodOleMenuCommand(EventHandler^, EventHandler^, EventHandler^, CommandID^, String^)

Initializes a new instance of OleMenuCommand for the specified command with the specified pre-QueryStatus, invocation, and status handlers.

Return to top
Show: