CommandLineAction.ClearsParseErrors Property
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.
Indicates that the action clears any parse errors associated with symbols other than one that owns the CommandLineAction.
public:
virtual property bool ClearsParseErrors { bool get(); };
public virtual bool ClearsParseErrors { get; }
member this.ClearsParseErrors : bool
Public Overridable ReadOnly Property ClearsParseErrors As Boolean
Property Value
Remarks
This property is ignored when Terminating is set to false.