DirectiveResult 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.
public ref class DirectiveResult sealed : System::CommandLine::Parsing::SymbolResult
public sealed class DirectiveResult : System.CommandLine.Parsing.SymbolResult
type DirectiveResult = class
inherit SymbolResult
Public NotInheritable Class DirectiveResult
Inherits SymbolResult
- Inheritance
Properties
Directive | |
Errors | (Inherited from SymbolResult) |
Parent |
The parent symbol result in the parse tree. (Inherited from SymbolResult) |
Token | |
Tokens |
The list of tokens associated with this symbol result during parsing. (Inherited from SymbolResult) |
Values |
Methods
AddError(String) | (Inherited from SymbolResult) |
GetRequiredValue<T>(Argument<T>) | (Inherited from SymbolResult) |
GetRequiredValue<T>(Option<T>) | (Inherited from SymbolResult) |
GetRequiredValue<T>(String) | (Inherited from SymbolResult) |
GetResult(Argument) | (Inherited from SymbolResult) |
GetResult(Command) | (Inherited from SymbolResult) |
GetResult(Directive) | (Inherited from SymbolResult) |
GetResult(Option) | (Inherited from SymbolResult) |
GetResult(String) | (Inherited from SymbolResult) |
GetValue<T>(Argument<T>) | (Inherited from SymbolResult) |
GetValue<T>(Option<T>) | (Inherited from SymbolResult) |
GetValue<T>(String) | (Inherited from SymbolResult) |