IOleMenuCommand.Invoke(Object, IntPtr) Method
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.
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.