MenuCommandService.GetCommandList(Guid) 方法

定義

取得特定 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

參數

guid
Guid

指令清單的 GUID。

傳回

命令 ICollection

適用於

另請參閱