AbstractComplexDataEntity.GetParserStateWithNextTag Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
abstract Microsoft::Solutions::BTAHL7::Pipelines::ParserState ^ GetParserStateWithNextTag(Microsoft::Solutions::BTAHL7::Pipelines::ParserState ^ myState, System::String ^ nextTag, bool childErrorFound, [Runtime::InteropServices::Out] bool % errorFound);
public abstract Microsoft.Solutions.BTAHL7.Pipelines.ParserState GetParserStateWithNextTag (Microsoft.Solutions.BTAHL7.Pipelines.ParserState myState, string nextTag, bool childErrorFound, out bool errorFound);
abstract member GetParserStateWithNextTag : Microsoft.Solutions.BTAHL7.Pipelines.ParserState * string * bool * -> Microsoft.Solutions.BTAHL7.Pipelines.ParserState
Public MustOverride Function GetParserStateWithNextTag (myState As ParserState, nextTag As String, childErrorFound As Boolean, ByRef errorFound As Boolean) As ParserState
Parameters
- myState
- ParserState
- nextTag
- String
- childErrorFound
- Boolean
- errorFound
- Boolean