本主題顯示 Windows PowerShell 整合式指令碼環境 (ISE) 的物件階層。您只要按下任一物件,就可以移至定義該物件的 Microsoft.PowerShell.Host.ISE 命名空間中的類別參考文件。
$psISE 物件
$psISE 物件是 Windows PowerShell 整合式指令碼環境 (ISE) 物件階層的根物件。這個物件位於最上層,公開以下四種物件:
$psISE.CurrentFile
$psISE.CurrentPowerShellTab
$psISE.Options
$psISE.PowerShellTabs
$psISE.CurrentFile
$psISE.CurrentFile 物件讓下列物件可用於指令碼:
- $psISE.CurrentFile.DisplayName
- $psISE.CurrentFile.Editor:$psISE.CurrentFile.Editor 物件接著讓下列物件可用於指令碼:
- $psISE.CurrentFile.Encoding
- $psISE.CurrentFile.FullPath
- $psISE.CurrentFile.IsSaved
- $psISE.CurrentFile.IsUntitled
$psISE.CurrentPowerShellTab
$psISE.CurrentPowerShellTab 物件讓下列物件可用於指令碼:
- $psISE.CurrentPowerShellTab.AddOnsMenu:$psISE.CurrentPowerShellTab.AddOnsMenu 物件讓下列物件可用於指令碼:
- $psISE.CurrentPowerShellTab.CanInvoke
- $psISE.CurrentPowerShellTab.CommandPane:$psISE.CurrentPowerShellTab.CommandPane 物件讓下列物件可用於指令碼:
- $psISE.CurrentPowerShellTab.DisplayName
- $psISE.CurrentPowerShellTab.ExpandedScript
- $psISE.CurrentPowerShellTab.Files
- $psISE.CurrentPowerShellTab.Output:$psISE.CurrentPowerShellTab.Output 物件讓下列物件可用於指令碼:
- $psISE.CurrentPowerShellTab.Prompt
- $psISE.CurrentPowerShellTab.StatusText
$psISE.Options
$psISE.Options 物件讓下列物件可用於指令碼:
- $psISE.Options.CommandPaneBackgroundColor
- $psISE.Options.CommandPaneUp
- $psISE.Options.DebugBackgroundColor
- $psISE.Options.DebugForegroundColor
- $psISE.Options.DefaultOptions
- $psISE.Options.ErrorBackgroundColor
- $psISE.Options.ErrorForegroundColor
- $psISE.Options.FontName
- $psISE.Options.Fontsize
- $psISE.Options.OutputPaneBackgroundColor
- $psISE.Options.OutputPaneTextForegroundColor
- $psISE.Options.OutputPaneTextBackgroundColor
- $psISE.Options.ScriptPaneBackgroundColor
- $psISE.Options.ScriptPaneForegroundColor
- $psISE.Options.SelectedScriptPaneState
- $psISE.Options.ShowToolBar
- $psISE.Options.ShowWarningBeforeSavingOnRun
- $psISE.Options.ShowWarningForDuplicateFiles
- $psISE.Options.TokenColors
- $psISE.Options.UseLocalHelp
- $psISE.Options.VerboseBackgroundColor
- $psISE.Options.VerboseForegroundColor
- $psISE.Options.WarningBackgroundColor
- $psISE.Options.WarningForegroundColor
請參閱