개체 모델 참조

이 단원에서는 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

참고 항목




목차