Partilhar via


Método CommandSetLibrary.GetMenuCommands

Define a lista de comandos de menu que implementa a esta CommandSet.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxe

'Declaração
Protected MustOverride Function GetMenuCommands As IList(Of MenuCommand)
protected abstract IList<MenuCommand> GetMenuCommands()

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

CommandSetLibrary Classe

Namespace Microsoft.VisualStudio.Modeling.Shell