Condividi tramite


Metodo CommandSetLibrary.GetMenuCommands

Definisce l'elenco dei comandi di menu che questo CommandSet implementa.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintassi

'Dichiarazione
Protected MustOverride Function GetMenuCommands As IList(Of MenuCommand)
protected abstract IList<MenuCommand> GetMenuCommands()

Valore restituito

Tipo: System.Collections.Generic.IList<MenuCommand>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CommandSetLibrary Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.Shell