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

適用於

另請參閱