Parser.SetBatchSource(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.
Sets the batch source interface, which is used to feed text into the parser.
public:
void SetBatchSource(ManagedBatchParser::IBatchSource ^ pIBatchSource);
public void SetBatchSource (ManagedBatchParser.IBatchSource pIBatchSource);
member this.SetBatchSource : ManagedBatchParser.IBatchSource -> unit
Public Sub SetBatchSource (pIBatchSource As IBatchSource)
Parameters
- pIBatchSource
- IBatchSource
A pointer to the IBatchSource interface.