PSHostUserInterface.FormatStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |