ICommandExecuter.Out(OutputDestination, String) 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.
Defines the command output.
public:
ManagedBatchParser::ParserAction Out(ManagedBatchParser::OutputDestination od, System::String ^ fileName);
public ManagedBatchParser.ParserAction Out (ManagedBatchParser.OutputDestination od, string fileName);
abstract member Out : ManagedBatchParser.OutputDestination * string -> ManagedBatchParser.ParserAction
Public Function Out (od As OutputDestination, fileName As String) As ParserAction
Parameters
The output destination.
- fileName
- String
The file name.
Returns
The parser action, either Abort or Continue.