MenuCommandService.GetCommandList(Guid) Metod

Definition

Hämtar kommandolistan för ett visst 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

Parametrar

guid
Guid

GUID för kommandolistan.

Returer

En ICollection av kommandon.

Gäller för

Se även