Share via


SqlServerExplorerCommandHandler.CreateCommand Method (Int32, 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 CreateCommand ( _
    itemId As Integer, _
    commandId As CommandID, _
    parameters As Object() _
) As MenuCommand
protected override MenuCommand CreateCommand(
    int itemId,
    CommandID commandId,
    Object[] parameters
)
protected:
virtual MenuCommand^ CreateCommand(
    int itemId, 
    CommandID^ commandId, 
    array<Object^>^ parameters
) override
abstract CreateCommand : 
        itemId:int * 
        commandId:CommandID * 
        parameters:Object[] -> MenuCommand 
override CreateCommand : 
        itemId:int * 
        commandId:CommandID * 
        parameters:Object[] -> MenuCommand 
protected override function CreateCommand(
    itemId : int, 
    commandId : CommandID, 
    parameters : Object[]
) : MenuCommand

Parameters

  • itemId
    Type: System.Int32
    Item identifier in Server Explorer.

Return Value

Type: System.ComponentModel.Design.MenuCommand
Command object, or null if command id is not supported.

.NET Framework Security

See Also

Reference

SqlServerExplorerCommandHandler Class

CreateCommand Overload

Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal Namespace