MenuCommandService.GetCommandList(Guid) Método

Definición

Obtiene la lista de comandos para un GUID determinado.

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

Parámetros

guid
Guid

GUID de la lista de comandos.

Devoluciones

ICollection de comandos.

Se aplica a

Consulte también