Helper.RemoveErrorsForTrailingNodes Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
static void RemoveErrorsForTrailingNodes(Microsoft::Solutions::BTAHL7::Pipelines::AbstractComplexDataEntity ^ node, int lastChildPtr, Microsoft::Solutions::BTAHL7::Pipelines::IExecutionContext ^ context, cli::array <bool> ^ emptyChildIndexMap);
public static void RemoveErrorsForTrailingNodes (Microsoft.Solutions.BTAHL7.Pipelines.AbstractComplexDataEntity node, int lastChildPtr, Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext context, bool[] emptyChildIndexMap);
static member RemoveErrorsForTrailingNodes : Microsoft.Solutions.BTAHL7.Pipelines.AbstractComplexDataEntity * int * Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext * bool[] -> unit
Public Shared Sub RemoveErrorsForTrailingNodes (node As AbstractComplexDataEntity, lastChildPtr As Integer, context As IExecutionContext, emptyChildIndexMap As Boolean())
Parameter
- lastChildPtr
- Int32
- context
- IExecutionContext
- emptyChildIndexMap
- Boolean[]