ISEMenuItemCollection 对象The ISEMenuItemCollection Object
在 Windows PowerShell ISE 2.0 和更高版本中受支持。
将菜单项添加到集合。
Action 用于指定与此菜单项关联的操作的 System.Management.Automation.ScriptBlock 对象。
Shortcut 此操作的键盘快捷方式。
在 Windows PowerShell ISE 2.0 和更高版本中受支持。
从菜单项中删除所有子菜单。
$psISE.CurrentPowerShellTab.AddOnsMenu.Submenus.Clear()