OleMenuCmdEventArgs Constructor (Object, IntPtr, OLECMDEXECOPT)

Initializes a new instance of OleMenuCmdEventArgs with the specified parameters and options.

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

Syntax

'Declaration
Public Sub New ( _
    inParam As Object, _
    outParam As IntPtr, _
    options As OLECMDEXECOPT _
)
public OleMenuCmdEventArgs(
    Object inParam,
    IntPtr outParam,
    OLECMDEXECOPT options
)
public:
OleMenuCmdEventArgs(
    Object^ inParam, 
    IntPtr outParam, 
    OLECMDEXECOPT options
)
new : 
        inParam:Object * 
        outParam:IntPtr * 
        options:OLECMDEXECOPT -> OleMenuCmdEventArgs
public function OleMenuCmdEventArgs(
    inParam : Object, 
    outParam : IntPtr, 
    options : OLECMDEXECOPT
)

Parameters

.NET Framework Security

See Also

Reference

OleMenuCmdEventArgs Class

OleMenuCmdEventArgs Overload

Microsoft.VisualStudio.Shell Namespace