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입니다.

적용 대상

추가 정보