MenuCommandService.GetCommandList(Guid) Metoda

Definicja

Pobiera listę poleceń dla danego identyfikatora 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

Identyfikator GUID listy poleceń.

Zwraca

Polecenia ICollection .

Dotyczy

Zobacz też