次の方法で共有


IBatchSource.GetMoreData(String) メソッド

定義

新しいデータが必要になったときにパーサーが呼び出すメソッドです。

public:
 ManagedBatchParser::ParserAction GetMoreData(String& ^ str);
public ManagedBatchParser.ParserAction GetMoreData (String& str);
Public Function GetMoreData (str As String&) As ParserAction

パラメーター

str
String

次に解析する文字列。

戻り値

ParserAction

パーサーのアクション (中止または続行) を返します。

適用対象