IPostCheckErrorHandler.Process(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.
public System.Collections.Generic.IEnumerable<Microsoft.PowerFx.ExpressionError> Process(Microsoft.PowerFx.CheckResult check);
abstract member Process : Microsoft.PowerFx.CheckResult -> seq<Microsoft.PowerFx.ExpressionError>
Public Function Process (check As CheckResult) As IEnumerable(Of ExpressionError)
Parameters
- check
- CheckResult