IOleMenuCommand.Invoke(Object, IntPtr) Method

Definition

Invokes the command.

public:
 void Invoke(System::Object ^ inArg, IntPtr outArg);
public void Invoke (object inArg, IntPtr outArg);
abstract member Invoke : obj * nativeint -> unit
Public Sub Invoke (inArg As Object, outArg As IntPtr)

Parameters

inArg
Object

The in parameters.

outArg
IntPtr

nativeint

The out parameter.

Applies to