MenuCommandService.GetCommandList(Guid) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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.