Engine.PostCheck(CheckResult) 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.
protected virtual System.Collections.Generic.IEnumerable<Microsoft.PowerFx.ExpressionError> PostCheck(Microsoft.PowerFx.CheckResult check);
abstract member PostCheck : Microsoft.PowerFx.CheckResult -> seq<Microsoft.PowerFx.ExpressionError>
override this.PostCheck : Microsoft.PowerFx.CheckResult -> seq<Microsoft.PowerFx.ExpressionError>
Protected Overridable Function PostCheck (check As CheckResult) As IEnumerable(Of ExpressionError)
Parameters
- check
- CheckResult