IMenuCommandInvokeEx.Invoke(Object, IntPtr, OLECMDEXECOPT) Method

Definition

Invokes the command with the specified arguments and options.

public:
 void Invoke(System::Object ^ inArg, IntPtr outArg, Microsoft::VisualStudio::OLE::Interop::OLECMDEXECOPT options);
public void Invoke (object inArg, IntPtr outArg, Microsoft.VisualStudio.OLE.Interop.OLECMDEXECOPT options);
abstract member Invoke : obj * nativeint * Microsoft.VisualStudio.OLE.Interop.OLECMDEXECOPT -> unit
Public Sub Invoke (inArg As Object, outArg As IntPtr, options As OLECMDEXECOPT)

Parameters

inArg
Object

The parameter passed to the command.

outArg
IntPtr

nativeint

The parameter returned from the command.

options
OLECMDEXECOPT

The OLECMDEXECOPT options.

Applies to