Parser.SetBatchSource(IBatchSource) Method

Definition

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.

Applies to