MenuCommandService.GetCommandList(Guid) Methode

Definition

Ruft die Befehlsliste für eine gegebene GUID ab.

protected:
 System::Collections::ICollection ^ GetCommandList(Guid guid);
protected System.Collections.ICollection GetCommandList (Guid guid);
protected System.Collections.ICollection? GetCommandList (Guid guid);
member this.GetCommandList : Guid -> System.Collections.ICollection
Protected Function GetCommandList (guid As Guid) As ICollection

Parameter

guid
Guid

Die GUID der Befehlsliste.

Gibt zurück

Eine ICollection von Befehlen.

Gilt für:

Weitere Informationen