SqlServerExplorerCommandHandler.CreateSelectionCommand Method (CommandID, array<Object )
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
Protected Overrides Function CreateSelectionCommand ( _
commandId As CommandID, _
parameters As Object() _
) As MenuCommand
protected override MenuCommand CreateSelectionCommand(
CommandID commandId,
Object[] parameters
)
protected:
virtual MenuCommand^ CreateSelectionCommand(
CommandID^ commandId,
array<Object^>^ parameters
) override
abstract CreateSelectionCommand :
commandId:CommandID *
parameters:Object[] -> MenuCommand
override CreateSelectionCommand :
commandId:CommandID *
parameters:Object[] -> MenuCommand
protected override function CreateSelectionCommand(
commandId : CommandID,
parameters : Object[]
) : MenuCommand
Parameters
- commandId
Type: System.ComponentModel.Design.CommandID
Command id.
- parameters
Type: array<System.Object[]
Parameters to command.
Return Value
Type: System.ComponentModel.Design.MenuCommand
New command object, or null if not handled.
.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.
See Also
Reference
SqlServerExplorerCommandHandler Class
CreateSelectionCommand Overload
Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal Namespace