IVsDataViewCommandProvider.CreateSelectionCommand (Método)

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

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

Sintaxis

'Declaración
Function CreateSelectionCommand ( _
    commandId As CommandID _
) As MenuCommand
MenuCommand CreateSelectionCommand(
    CommandID commandId
)
MenuCommand^ CreateSelectionCommand(
    CommandID^ commandId
)
abstract CreateSelectionCommand : 
        commandId:CommandID -> MenuCommand 
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ú, o nullreferencia null (Nothing en Visual Basic) si no se creó ningún comando.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewCommandProvider Interfaz

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)