Este tópico mostra a hierarquia dos objetos que fazem parte do Ajuda do Windows PowerShell ISE (Integrated Scripting Environment). Clicar em um objeto o levará à documentação de referência para a classe do namespace Microsoft.PowerShell.Host.ISE que define o objeto.
Objeto $psISE
O objeto $psISE é o objeto de raiz da hierarquia de objetos do Ajuda do Windows PowerShell ISE (Integrated Scripting Environment). Localizado no nível superior, expõe os quatro seguintes objetos:
$psISE.CurrentFile
$psISE. CurrentPowerShellTab
$psISE.Options
$psISE.PowerShellTabs
$psISE.CurrentFile
O objeto $psISE.CurrentFile torna os seguintes objetos disponíveis para script:
- $psISE.CurrentFile.DisplayName
- $psISE.CurrentFile.Editor O objeto $psISE.CurrentFile.Editor, por sua vez, torna estes objetos disponíveis para script:
- $psISE.CurrentFile.Encoding
- $psISE.CurrentFile.FullPath
- $psISE.CurrentFile.IsSaved
- $psISE.CurrentFile.IsUntitled
$psISE.CurrentPowerShellTab
O objeto $psISE.CurrentPowerShellTab torna os seguintes objetos disponíveis para script:
- $psISE.CurrentPowerShellTab.AddOnsMenu O objeto $psISE.CurrentPowerShellTab.AddOnsMenu torna os seguintes objetos disponíveis para script:
- $psISE.CurrentPowerShellTab.CanInvoke
- $psISE.CurrentPowerShellTab.CommandPane O objeto $psISE.CurrentPowerShellTab.CommandPane torna os seguintes objetos disponíveis para script:
- $psISE.CurrentPowerShellTab.DisplayName
- $psISE.CurrentPowerShellTab.ExpandedScript
- $psISE.CurrentPowerShellTab.Files
- $psISE.CurrentPowerShellTab.Output O objeto $psISE.CurrentPowerShellTab.Output torna os seguintes objetos disponíveis para script:
- $psISE.CurrentPowerShellTab.Prompt
- $psISE.CurrentPowerShellTab.StatusText
$psISE.Options
O objeto $psISE.Options torna os seguintes objetos disponíveis para script:
- $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
See Also