public TextFormat WarningColor { get; set; }
Public Property WarningColor As TextFormat
Get
Set
Dim instance As ParseOptions
Dim value As TextFormat
value = instance.WarningColor
instance.WarningColor = value
public:
property TextFormat WarningColor {
TextFormat get ();
void set (TextFormat value);
}
Only the parsing methods that automatically handle errors will use this property.
The color will only be used if the UseErrorColor property is ; otherwise, it will be replaced with an empty string.
This color is used for the warning emitted if the DuplicateArguments property is ErrorModeWarning.
After the warning message, the value of the UsageWriterColorReset property will be written to undo the color change.