MenuCommandService.GetCommandList(Guid) Método

Definição

Obtém a lista de comandos para um GUID específico.

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

O GUID da lista de comando.

Retornos

Um ICollection de comandos.

Aplica-se a

Confira também