MenuCommandService.GetCommandList(Guid) Metodo

Definizione

Ottiene l'elenco dei comandi per un determinato 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

Parametri

guid
Guid

GUID dell'elenco di comandi.

Restituisce

Un ICollection di comandi.

Si applica a

Vedi anche