public List <VSMenuCommand> GetItemsByPlace(MenuCommandPlace place) { if (SortedMenuCommand.ContainsKey(place)) { return(SortedMenuCommand[place]); } return(null); }
public List<VSMenuCommand> GetRegisteredCommandsByPlace(MenuCommandPlace place) { return MenuCollection.GetItemsByPlace(place); }
public List <VSMenuCommand> GetRegisteredCommandsByPlace(MenuCommandPlace place) { return(MenuCollection.GetItemsByPlace(place)); }