Parser.Parse Method
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.
Starts the parsing.
public:
bool Parse();
public bool Parse ();
member this.Parse : unit -> bool
Public Function Parse () As Boolean
Returns
Returns the parser action, either Abort or Continue.