PSHostUserInterface.FormatStyle Enum

Definition

The format styles that are supported by the host.

public enum PSHostUserInterface.FormatStyle
type PSHostUserInterface.FormatStyle = 
Public Enum PSHostUserInterface.FormatStyle
Inheritance
PSHostUserInterface.FormatStyle

Fields

Name Value Description
Reset 0

Reset the formatting to the default.

FormatAccent 1

Highlight text used in output formatting.

TableHeader 2

Highlight for table headers.

ErrorAccent 3

Highlight for detailed error view.

Error 4

Style for error messages.

Warning 5

Style for warning messages.

Verbose 6

Style for verbose messages.

Debug 7

Style for debug messages.

Applies to