DataViewCommandProvider.CreateSelectionCommand, méthode (CommandID)
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
Public Function CreateSelectionCommand ( _
commandId As CommandID _
) As MenuCommand
public MenuCommand CreateSelectionCommand(
CommandID commandId
)
public:
virtual MenuCommand^ CreateSelectionCommand(
CommandID^ commandId
) sealed
abstract CreateSelectionCommand :
commandId:CommandID -> MenuCommand
override CreateSelectionCommand :
commandId:CommandID -> MenuCommand
public final function CreateSelectionCommand(
commandId : CommandID
) : MenuCommand
Paramètres
- commandId
Type : System.ComponentModel.Design.CommandID
Une instance de l'objet d' CommandID identificateur seule la commande associée à l'élément spécifié dans la hiérarchie de vue de données.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DataViewCommandProvider Classe