MenuCommandService.GetCommandList(Guid) Метод

Определение

Возвращает список команд для заданного 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

Параметры

guid
Guid

GUID списка команд.

Возвращаемое значение

Коллекция ICollection команд.

Применяется к

См. также раздел