MenuCommandService.GetCommandList(Guid) Método

Definição

Obtém a lista de comandos de um determinado 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

O GUID da lista de comandos.

Devoluções

Um ICollection de comandos.

Aplica-se a

Ver também