IBatchSource.GetMoreData(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.