IBatchSource.GetMoreData(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.
A method that is called by the parser when new data is needed.
public:
ManagedBatchParser::ParserAction GetMoreData(String& ^ str);
public ManagedBatchParser.ParserAction GetMoreData(String& str);
Public Function GetMoreData (str As String&) As ParserAction
Parameters
- str
- String
The next string to parse.
Returns
Returns the parser action, either Abort or Continue.