Condividi tramite


Metodo IVsDataExplorerNodeSelection.GetCommand

Ottiene un comando di menu che corrisponde al valore specificato CommandID per il gruppo di nodi selezionati.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
Function GetCommand ( _
    commandId As CommandID _
) As MenuCommand
MenuCommand GetCommand(
    CommandID commandId
)
MenuCommand^ GetCommand(
    CommandID^ commandId
)
abstract GetCommand : 
        commandId:CommandID -> MenuCommand 
function GetCommand(
    commandId : CommandID
) : MenuCommand

Parametri

Valore restituito

Tipo: System.ComponentModel.Design.MenuCommand
Un oggetto MenuCommand del comando di menu.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataExplorerNodeSelection Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services