SymbolResult 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.
A result produced during parsing for a specific symbol.
public ref class SymbolResult abstract
public abstract class SymbolResult
type SymbolResult = class
Public MustInherit Class SymbolResult
- Inheritance
-
SymbolResult
- Derived
Properties
Children |
Child symbol results in the parse tree. |
ErrorMessage |
An error message for this symbol result. |
LocalizationResources |
Localization resources used to produce messages for this symbol result. |
Parent |
The parent symbol result in the parse tree. |
Symbol |
The symbol to which the result applies. |
Tokens |
The list of tokens associated with this symbol result during parsing. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
FindResultFor(Argument) |
Finds a result for the specific argument anywhere in the parse tree, including parent and child symbol results. |
FindResultFor(Command) |
Finds a result for the specific command anywhere in the parse tree, including parent and child symbol results. |
FindResultFor(Option) |
Finds a result for the specific option anywhere in the parse tree, including parent and child symbol results. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
GetValueForArgument(Argument) |
Gets the parsed or default value for the specified argument. |
GetValueForArgument<T>(Argument<T>) |
Gets the parsed or default value for the specified argument. |
GetValueForOption(Option) |
Gets the parsed or default value for the specified option. |
GetValueForOption<T>(Option<T>) |
Gets the parsed or default value for the specified option. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. |