IPseudoFunction Interface
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.
PsuedoFunctions are special control operations that have a function syntax, but don't actually execute as a regular function.
For example IR(expr).
public interface IPseudoFunction
type IPseudoFunction = interface
Public Interface IPseudoFunction
- Derived
Properties
| Name |
Name of the psuedo function. |
Methods
| ExecuteAsync(CheckResult, PowerFxREPL, CancellationToken) |
Execute the psuedo function. |