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

适用于

另请参阅