Freigeben über


CommandSetLibrary.GetMenuCommands-Methode

Definiert die Liste von Menübefehlen, die dieser CommandSet implementiert.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

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

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

CommandSetLibrary Klasse

Microsoft.VisualStudio.Modeling.Shell-Namespace