OutputRendering 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.
Defines the options for output rendering.
public enum OutputRendering
type OutputRendering =
Public Enum OutputRendering
- Inheritance
-
OutputRendering
Fields
Name | Value | Description |
---|---|---|
Host | 0 | Render ANSI only to host. |
PlainText | 1 | Render as plaintext. |
Ansi | 2 | Render as ANSI. |