Parser.SetParseMode(ParseMode) Method

Definition

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.

Applies to