ICommandExecuter.IncludeFileName(String, IBatchSource) 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.
Parses the given file, as if the file is part of the current file.
public:
ManagedBatchParser::ParserAction IncludeFileName(System::String ^ fileName, ManagedBatchParser::IBatchSource& ^ ppIBatchSource);
public ManagedBatchParser.ParserAction IncludeFileName (string fileName, ManagedBatchParser.IBatchSource& ppIBatchSource);
Public Function IncludeFileName (fileName As String, ppIBatchSource As IBatchSource&) As ParserAction
Parameters
- fileName
- String
The file name.
- ppIBatchSource
- IBatchSource
A pointer to the IBatchSource interface.
Returns
The parser action, either Abort or Continue.