Partilhar via


Método IVsDataViewCommandProvider.CreateSelectionCommand

Cria um comando de menu de seleção para vários nós no server Explorer.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: System.ComponentModel.Design.MenuCommand
Um objeto de MenuCommand que representam um item de comando de menu, ou nulluma referência nula (Nothing no Visual Basic) se nenhum comando foi criado.

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewCommandProvider Interface

Namespace Microsoft.VisualStudio.Data.Services.SupportEntities