ComplexField.GetParserStateWithNextTag 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.
public:
override Microsoft::Solutions::BTAHL7::Pipelines::ParserState ^ GetParserStateWithNextTag(Microsoft::Solutions::BTAHL7::Pipelines::ParserState ^ myState, System::String ^ nextTag, bool childErrorFound, [Runtime::InteropServices::Out] bool % errorFound);
public override Microsoft.Solutions.BTAHL7.Pipelines.ParserState GetParserStateWithNextTag (Microsoft.Solutions.BTAHL7.Pipelines.ParserState myState, string nextTag, bool childErrorFound, out bool errorFound);
override this.GetParserStateWithNextTag : Microsoft.Solutions.BTAHL7.Pipelines.ParserState * string * bool * -> Microsoft.Solutions.BTAHL7.Pipelines.ParserState
Public Overrides Function GetParserStateWithNextTag (myState As ParserState, nextTag As String, childErrorFound As Boolean, ByRef errorFound As Boolean) As ParserState
Paramètres
- myState
- ParserState
- nextTag
- String
- childErrorFound
- Boolean
- errorFound
- Boolean