DataViewCommandProvider.CreateSelectionCommand (Método) (CommandID)

Crea un comando de menú de selección para múltiples nodos en el Explorador de servidores.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.ComponentModel.Design.MenuCommand
Un objeto de MenuCommand que representa un elemento de comando de menú de selección.

Seguridad de .NET Framework

Vea también

Referencia

DataViewCommandProvider Clase

CreateSelectionCommand (Sobrecarga)

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)