Edit

Share via


CommandLineAction Class

Definition

Defines a behavior associated with a command line symbol.

public ref class CommandLineAction abstract
public abstract class CommandLineAction
type CommandLineAction = class
Public MustInherit Class CommandLineAction
Inheritance
CommandLineAction
Derived

Properties

ClearsParseErrors

Indicates that the action clears any parse errors associated with symbols other than one that owns the CommandLineAction.

Terminating

Indicates that the action terminates a command line invocation, and later actions are skipped.

Applies to