Share via


MenuCommandService.GetCommandList(Guid) Metoda

Definice

Získá seznam příkazů pro daný identifikátor GUID.

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

Parametry

guid
Guid

Identifikátor GUID seznamu příkazů.

Návraty

An ICollection of commands.

Platí pro

Viz také