对象模型参考
本节提供有关用于在 ISE 中定义各种对象的基础类的参考信息。
- ISEEditor 对象
- 例如:$psISE.CurrentFile.Editor、$psISE.CurrentPowerShellTab.Output、$psISE.CurrentPowerShellTab.CommandPane。
- ISEFile 对象
- 例如:$psISE.CurrentFile、$psISE.PowerShellTabs.Files[0]。
- ISEFileCollection 对象
- 例如:$psISE.PowerShellTabs.Files。
- ISEMenuItem 对象
- 例如:$psISE.CurrentPowerShellTab.AddOnsMenu、$psISE.CurrentPowerShellTab.AddOnsMenu.Submenus[0]。
- ISEMenuItemCollection 对象
- 例如:$psISE.CurrentPowerShellTab.AddOnsMenu.Submenus。
- ObjectModelRoot 对象
- 例如:根 $psISE 对象。
- ISEOptions 对象
- 例如:$psISE.Options、$psISE.Options.DefaultOptions。
- PowerShellTab 对象
- 例如:$psISE.CurrentPowerShellTab、$psISE.PowerShellTabs[0]。
- PowerShellTabCollection 对象
- 例如:$psISE.PowerShellTabs。
另请参阅