Partager via


DataViewCommandProvider.CreateSelectionCommand, méthode (CommandID, array<Object )

Crée une commande de menu de sélection de plusieurs nœuds dans l'explorateur de serveurs.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
Protected Overridable Function CreateSelectionCommand ( _
    commandId As CommandID, _
    parameters As Object() _
) As MenuCommand
protected virtual MenuCommand CreateSelectionCommand(
    CommandID commandId,
    Object[] parameters
)
protected:
virtual MenuCommand^ CreateSelectionCommand(
    CommandID^ commandId, 
    array<Object^>^ parameters
)
abstract CreateSelectionCommand : 
        commandId:CommandID * 
        parameters:Object[] -> MenuCommand 
override CreateSelectionCommand : 
        commandId:CommandID * 
        parameters:Object[] -> MenuCommand 
protected function CreateSelectionCommand(
    commandId : CommandID, 
    parameters : Object[]
) : MenuCommand

Paramètres

  • parameters
    Type : array<System.Object[]
    Un tableau de paramètres à utiliser avec cette commande.

Valeur de retour

Type : System.ComponentModel.Design.MenuCommand
Un objet d' MenuCommand représentant un élément de commande de menu de sélection.

Sécurité .NET Framework

Voir aussi

Référence

DataViewCommandProvider Classe

CreateSelectionCommand, surcharge

Microsoft.VisualStudio.Data.Framework, espace de noms