Parser.SetParseMode(ParseMode) 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.
Sets the parser mode.
public:
void SetParseMode(ManagedBatchParser::ParseMode pm);
public void SetParseMode (ManagedBatchParser.ParseMode pm);
member this.SetParseMode : ManagedBatchParser.ParseMode -> unit
Public Sub SetParseMode (pm As ParseMode)
Parameters
- pm
- ParseMode
The parser mode.