ICommandExecuter.Xml(XmlStatus) 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.
Switches XML mode to on or off.
public:
ManagedBatchParser::ParserAction Xml(ManagedBatchParser::XmlStatus xs);
public ManagedBatchParser.ParserAction Xml (ManagedBatchParser.XmlStatus xs);
abstract member Xml : ManagedBatchParser.XmlStatus -> ManagedBatchParser.ParserAction
Public Function Xml (xs As XmlStatus) As ParserAction
Parameters
- xs
- XmlStatus
The XML status.
Returns
The parser action, either Abort or Continue.