OleMenuCmdEventArgs Constructors

Definition

Overloads

OleMenuCmdEventArgs(Object, IntPtr)

Builds the OleMenuCmdEventArgs

OleMenuCmdEventArgs(Object, IntPtr, OLECMDEXECOPT)

Builds the OleMenuCmdEventArgs

OleMenuCmdEventArgs(Object, IntPtr)

Builds the OleMenuCmdEventArgs

public:
 OleMenuCmdEventArgs(System::Object ^ inParam, IntPtr outParam);
public OleMenuCmdEventArgs (object inParam, IntPtr outParam);
new Microsoft.VisualStudio.Shell.OleMenuCmdEventArgs : obj * nativeint -> Microsoft.VisualStudio.Shell.OleMenuCmdEventArgs
Public Sub New (inParam As Object, outParam As IntPtr)

Parameters

inParam
Object

The input parameter to the command function.

outParam
IntPtr

nativeint

A pointer to the parameter returned by the function

Applies to

OleMenuCmdEventArgs(Object, IntPtr, OLECMDEXECOPT)

Builds the OleMenuCmdEventArgs

public:
 OleMenuCmdEventArgs(System::Object ^ inParam, IntPtr outParam, Microsoft::VisualStudio::OLE::Interop::OLECMDEXECOPT options);
public OleMenuCmdEventArgs (object inParam, IntPtr outParam, Microsoft.VisualStudio.OLE.Interop.OLECMDEXECOPT options);
new Microsoft.VisualStudio.Shell.OleMenuCmdEventArgs : obj * nativeint * Microsoft.VisualStudio.OLE.Interop.OLECMDEXECOPT -> Microsoft.VisualStudio.Shell.OleMenuCmdEventArgs
Public Sub New (inParam As Object, outParam As IntPtr, options As OLECMDEXECOPT)

Parameters

inParam
Object

The input parameter to the command function.

outParam
IntPtr

nativeint

A pointer to the parameter returned by the function

options
OLECMDEXECOPT

Execution options for the command.

Applies to