CommandLineAction Class  
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 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.  |