IBatchSource.GetMoreData(String) Méthode

Définition

Une méthode appelée par l’analyseur lorsque de nouvelles données sont nécessaires.

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

Paramètres

str
String

La chaîne suivante à analyser.

Retours

Renvoie l’action du parser, soit Abort, soit Continuer.

S’applique à