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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣言
Public Sub New ( _
inParam As Object, _
outParam As IntPtr, _
options As OLECMDEXECOPT _
)
public OleMenuCmdEventArgs(
Object inParam,
IntPtr outParam,
OLECMDEXECOPT options
)
Parameters
- inParam
Type: System.Object
The in parameter.
- outParam
Type: System.IntPtr
The out parameter.
- options
Type: Microsoft.VisualStudio.OLE.Interop.OLECMDEXECOPT
The set of OLECMDEXECOPT values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.