FunctionUtils.ApplyWithOptionsAndError Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Genereer een expressie-gemachtigde die functie toepast nadat alle onderliggende elementen zijn geverifieerd.
public static AdaptiveExpressions.EvaluateExpressionDelegate ApplyWithOptionsAndError (Func<System.Collections.Generic.IReadOnlyList<object>,AdaptiveExpressions.Options,(object, string)> function, AdaptiveExpressions.FunctionUtils.VerifyExpression verify = default);
static member ApplyWithOptionsAndError : Func<System.Collections.Generic.IReadOnlyList<obj>, AdaptiveExpressions.Options, ValueTuple<obj, string>> * AdaptiveExpressions.FunctionUtils.VerifyExpression -> AdaptiveExpressions.EvaluateExpressionDelegate
Public Shared Function ApplyWithOptionsAndError (function As Func(Of IReadOnlyList(Of Object), Options, ValueTuple(Of Object, String)), Optional verify As FunctionUtils.VerifyExpression = Nothing) As EvaluateExpressionDelegate
Parameters
- function
- Func<IReadOnlyList<Object>,Options,ValueTuple<Object,String>>
Toe te passen functie.
Functie om elk argument te controleren op geldigheid.
Retouren
Delegeren voor het evalueren van een expressie.