Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Initializes a new instance of the DataMenuCommand class, specifying the command identifier and events.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Sub New ( _
command As CommandID, _
statusHandler As EventHandler, _
handler As EventHandler _
)
public DataMenuCommand(
CommandID command,
EventHandler statusHandler,
EventHandler handler
)
public:
DataMenuCommand(
CommandID^ command,
EventHandler^ statusHandler,
EventHandler^ handler
)
new :
command:CommandID *
statusHandler:EventHandler *
handler:EventHandler -> DataMenuCommand
public function DataMenuCommand(
command : CommandID,
statusHandler : EventHandler,
handler : EventHandler
)
Parameters
command
Type: System.ComponentModel.Design.CommandIDA CommandID object containing the unique command ID that links this menu command to the environment's menu.
statusHandler
Type: System.EventHandlerThe event to raise to convey status updates.
handler
Type: System.EventHandlerThe event to raise when the user selects the menu item.