MenuCommandService.GetCommandList(Guid) Metodo

Definizione

Ottiene l'elenco di comandi per un DETERMINATO 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.

Valori restituiti

Oggetto ICollection di comandi.

Si applica a

Vedi anche