O objeto Options representa várias configurações para o Windows PowerShell ISE. Ele é uma instância da classe Microsoft.PowerShell.Host.ISE.ISEOptions.
Métodos
RestoreDefaultTokenColors()
Restaura os valores padrão das cores de tokens.
# Changes the color of the comments in the script to red and then restores it to its default value. $psISE.Options.TokenColors["Comment"]="red" $psISE.Options.RestoreDefaultTokenColors()
RestoreDefaults()
Restaura os valores padrão de todas as configurações de opções. Também reinicia o comportamento de várias mensagens de aviso que fornecem a caixa de seleção padrão "Não mostrar esta mensagem novamente".
# Changes the background color in the Command Pane and then restores it to its default value. $psISE.Options.CommandPaneBackground = "orange" $psISE.Options.RestoreDefaults()
Propriedades
CommandPaneBackgroundColor
Propriedade de leitura/gravação que obtém ou define a cor do plano de fundo para o editor do Painel de Comando. É uma instância da classe System.Windows.Media.Color.
# Changes the background color of the Command Pane to orange. $psISE.Options.CommandPaneBackground = "orange"
CommandPaneUp
Propriedade de leitura/gravação que obtém ou define um valor booleano que indica se o Painel de Comando se localiza acima do Painel de Saída.
# Moves the Command Pane to the top of the screen. $psISE.Options.CommandPaneUp = $true
DebugBackgroundColor
Propriedade de leitura/gravação que obtém ou define a cor do plano de fundo para o texto de depuração que aparece no Painel de Saída. É uma instância da classe System.Windows.Media.Color.
# Changes the background color for the debug text that appears in the Output Pane to blue. $psISE.Options.DebugBackgroundColor ='#0000FF'
DebugForegroundColor
Propriedade de leitura/gravação que obtém ou define a cor de primeiro plano para o texto de depuração que aparece no Painel de Saída. É uma instância da classe System.Windows.Media.Color.
# Changes the foreground color for the debug text that appears in the Output Pane to yellow. $psISE.Options.DebugForegroundColor =”yellow”
DefaultOptions
Propriedade somente leitura que obtém os valores padrão das configurações de opções.
# Displays the name of the default options. $psISE.Options.DefaultOptions
# Here is a typical listing of the default options: SelectedScriptPaneState : Right ShowToolBar : True TokenColors : {[Attribute, #FFADD8E6], [Command, #FF0000FF], [Com mandArgument, #FF8A2BE2], [CommandParameter, #FF000 080]...} DefaultOptions : Microsoft.PowerShell.Host.ISE.ISEOptions FontSize : 12 FontName : Lucida Console ErrorForegroundColor : #FF0000FF ErrorBackgroundColor : #00FFFFFF WarningForegroundColor : #FFFF8C00 WarningBackgroundColor : #00FFFFFF VerboseForegroundColor : #FF0000FF VerboseBackgroundColor : #00FFFFFF DebugForegroundColor : #FF0000FF DebugBackgroundColor : #00FFFFFF OutputPaneBackgroundColor : #FFF0F8FF OutputPaneTextBackgroundColor : #FFF0F8FF OutputPaneForegroundColor : #FF000000 CommandPaneBackgroundColor : #FFFFFFFF ScriptPaneBackgroundColor : #FFFFFFFF ShowWarningForDuplicateFiles : True ShowWarningBeforeSavingOnRun : True UseLocalHelp : True CommandPaneUp : False
ErrorBackgroundColor
Propriedade de leitura/gravação que obtém ou define a cor do plano de fundo para o texto de erro que aparece no Painel de Saída. É uma instância da classe System.Windows.Media.Color.
# Changes the background color for the error text that appears in the Output Pane to black. $psISE.Options.ErrorBackgroundColor="black"
ErrorForegroundColor
Propriedade de leitura/gravação que obtém ou define a cor de primeiro plano para o texto de erro que aparece no Painel de Saída. É uma instância da classe System.Windows.Media.Color.
# Changes the foreground color for the error text that appears in the Output Pane to green. $psISE.Options.ErrorForegroundColor =”green”
FontName
Propriedade de leitura/gravação que obtém ou define o nome da fonte atualmente em uso no Painel de Script, no Painel de Comando e no Painel de Saída.
# Changes the font used in all the panes. $psISE.Options.FontName = "courier new"
FontSize
Propriedade de leitura/gravação que obtém ou define o tamanho da fonte (um inteiro) usada no Painel de Script, no Painel de Comando e no Painel de Saída. O intervalo válido de valores é (8, 32).
# Changes the font size in all the panes. $psISE.Options.FontSize = 20
OutputPaneBackgroundColor
Propriedade de leitura/gravação que obtém ou define a cor do plano de fundo para o Painel de Saída. É uma instância da classe System.Windows.Media.Color.
# Changes the background color of the Output Pane to gold. $psISE.Options.OutputPaneForegroundColor = "gold"
OutputPaneTextForegroundColor
Propriedade de leitura/gravação que altera a cor de primeiro plano do texto no Painel de Saída.
# Changes the foreground color of the text in the Output Pane to blue. $psISE.Options.OutputPaneTextForegroundColor = "blue"
OutputPaneTextBackgroundColor
Propriedade de leitura/gravação que altera a cor do plano de fundo do texto no Painel de Saída.
# Changes the background color of the Output Pane text to pink. $psISE.Options.OutputPaneTextBackgroundColor = "pink"
ScriptPaneBackgroundColor
Propriedade de leitura/gravação que obtém ou define a cor do plano de fundo para os arquivos. É uma instância da classe System.Windows.Media.Color.
# Sets the color of the script pane background to yellow. $psISE.Options.ScriptPaneBackgroundColor = ”yellow”
ScriptPaneForegroundColor
Propriedade de leitura/gravação que obtém ou define a cor do plano de fundo para arquivos que não sejam de script no Painel de Script. Para definir a cor de primeiro plano para arquivos de script, use a propriedade TokenColors.
# Sets the foreground to color of non-script files in the script pane to green. $psISE.Options.ScriptPaneBackgroundColor = ”green”
SelectedScriptPaneState
Propriedade de leitura/gravação que obtém ou define a posição do Painel de Script na tela. Os possíveis valores são “top”, “right” e “Maximized”.
# Moves the Script Pane to the top $psISE.Options.SelectedScriptPaneState = "Top" # Moves the Script Pane to the right. $psISE.Options.SelectedScriptPaneState = "Right" # Maximizes the Script Pane $psISE.Options.SelectedScriptPaneState = "Maximized"
ShowToolBar
Propriedade booleana de leitura/gravação que determina a visibilidade da barra de ferramentas.
# Show the tool bar. $psISe.Options.ShowToolBar = $true
ShowWarningBeforeSavingOnRun
Propriedade de leitura/gravação que obtém ou define um valor booleano que determina se uma mensagem de aviso será exibida quando um script for salvo automaticamente antes de ser executado.
# Sets the option to display a warning message # when an attempt is made to save a script before running it. $psISE.Options.ShowWarningBeforeSavingOnRun=$true
ShowWarningForDuplicateFiles
Propriedade de leitura/gravação que obtém ou define um valor booleano que faz uma mensagem de aviso aparecer quando o mesmo arquivo é aberto em guias diferentes do PowerShell.
# Set the ShowWarningForDuplicateFiles property to true. $psISE.Options.ShowWarningForDuplicateFiles = $true # The following message is displayed: “A copy of this file # is open in another PowerShell Tab. Changes made to this # file will affect all open copies.”
TokenColors
Propriedade que obtém um objeto de dicionário contendo pares de nome/valor de tipos e cores de tokens para o Painel de Comando e o Painel de Script.
# Sets the color of commands to green. $psISE.Options.TokenColors["Command"] = "green" # Sets the color of keywords to magenta. $psISE.Options.TokenColors["Keyword"] = "magenta"
UseLocalHelp
Propriedade de leitura/gravação que obtém ou define um valor booleano indicando se a ajuda local ou a ajuda online será exibida.
# Sets the option for the online help to be displayed. $psISE.Options.LocalHelp=$false
VerboseBackgroundColor
Propriedade de leitura/gravação que obtém ou define a cor do plano de fundo para o texto detalhado que aparece no Painel de Saída. É um objeto System.Windows.Media.Color.
# Changes the background color for the verbose text that appears in the Output Pane to blue. $psISE.Options.VerboseBackgroundColor ='#0000FF'
VerboseForegroundColor
Propriedade de leitura/gravação que obtém ou define a cor de primeiro plano para o texto detalhado que aparece no Painel de Saída. É um objeto System.Windows.Media.Color.
# Changes the foreground color for the verbose text that appears in the Output Pane to yellow. $psISE.Options.VerboseForegroundColor =”yellow”
WarningBackgroundColor
Propriedade de leitura/gravação que obtém ou define a cor do plano de fundo para o texto de aviso que aparece no Painel de Saída. É um objeto System.Windows.Media.Color.
# Changes the background color for the warning text that appears in the Output Pane to blue. $psISE.Options.WarningBackgroundColor ='#0000FF'
WarningForegroundColor
Propriedade de leitura/gravação que obtém ou define a cor de primeiro plano para o texto de aviso que aparece no Painel de Saída. É um objeto System.Windows.Media.Color.
# Changes the foreground color for the warning text that appears in the Output Pane to yellow. $psISE.Options.WarningForegroundColor =”yellow”
See Also