MenuCommandService.GetCommandList(Guid) Methode

Definitie

Hiermee haalt u de opdrachtlijst voor een bepaalde GUID op.

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

De GUID van de opdrachtlijst.

Retouren

Een ICollection van de opdrachten.

Van toepassing op

Zie ook