MenuCommandService.GetCommandList(Guid) Méthode

Définition

Reçoit la liste des commandes pour un GUID donné.

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

Paramètres

guid
Guid

GUID de la liste de commandes.

Retours

ICollection de commandes.

S’applique à

Voir aussi