Metodo SqlServerExplorerCommandHandler.CreateSelectionCommand (CommandID, array<Object )

La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Sintassi

'Dichiarazione
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

Parametri

  • parameters
    Tipo: array<System.Object[]
    Parametri per il comando.

Valore restituito

Tipo: System.ComponentModel.Design.MenuCommand
Oggetto comando nuovo o null se non è gestito.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlServerExplorerCommandHandler Classe

Overload CreateSelectionCommand

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal