Method EvaluateExpressionsAsync
EvaluateExpressionsAsync()
Asynchronously evaluates all expressions available at Expressions
or at Popup
Declaration
public async Task<IReadOnlyList<PopupExpressionEvaluation>> EvaluateExpressionsAsync()
Returns
Type | Description |
---|---|
System. |
A task object representing the asynchronous evaluation of expressions.
The value of the task result is a read-only list of Popup |
Remarks
Also populates the Evaluated
This method must be called before displaying the popup information in a UI so you can use synchronous method
Get
The Popup
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.8 - 200.6 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 200.6 |