ParserAction Enum
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.
Contains values that are used to specify the parser action.
public enum class ParserAction
public enum ParserAction
type ParserAction =
Public Enum ParserAction
- Inheritance
-
ParserAction
Fields
Name | Value | Description |
---|---|---|
Continue | 0 | Continues to parse. |
Abort | 1 | Stops the parse. |