MenuCommandService.GetCommandList(Guid) Method

Definition

Gets the command list for a given 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

Parameters

guid
Guid

The GUID of the command list.

Returns

An ICollection of commands.

Applies to

See also