OutputDestination 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.
Contains values that are used to specify the output destination.
public enum class OutputDestination
public enum OutputDestination
type OutputDestination =
Public Enum OutputDestination
- Inheritance
-
OutputDestination
Fields
Name | Value | Description |
---|---|---|
File | 0 | Sends the output to a file. |
StdOut | 1 | Sends the output to the standard output stream. |
StdError | 2 | Sends the output to the standard error stream. |