DataMenuCommand Constructor (CommandID, EventHandler)
Initializes a new instance of the DataMenuCommand class, specifying the command identifier and event.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
‘선언
Public Sub New ( _
command As CommandID, _
handler As EventHandler _
)
public DataMenuCommand(
CommandID command,
EventHandler handler
)
public:
DataMenuCommand(
CommandID^ command,
EventHandler^ handler
)
new :
command:CommandID *
handler:EventHandler -> DataMenuCommand
public function DataMenuCommand(
command : CommandID,
handler : EventHandler
)
Parameters
- command
Type: System.ComponentModel.Design.CommandID
A CommandID object containing the unique command ID that links this menu command to the environment's menu.
- handler
Type: System.EventHandler
The event to raise when the user selects the menu item.
Remarks
This constructor delegates to DataMenuCommand and passes nulla null reference (Nothing in Visual Basic) for the argument.
.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.