ICompiledExpressionRoot 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定有关已编译表达式根目录的信息。
public interface class ICompiledExpressionRoot
public interface ICompiledExpressionRoot
type ICompiledExpressionRoot = interface
Public Interface ICompiledExpressionRoot
方法
| 名称 | 说明 |
|---|---|
| CanExecuteExpression(String, Boolean, IList<LocationReference>, Int32) |
指示是否可以 ICompiledExpressionRoot 执行表达式。 |
| GetExpressionTreeForExpression(Int32, IList<LocationReference>) |
获取用于表达式的表达式树。 |
| GetLanguage() |
获取表达式根中使用的语言。 |
| GetRequiredLocations(Int32) |
获取表达式根目录所需的位置列表。 |
| InvokeExpression(Int32, IList<Location>) |
ICompiledExpressionRoot调用使用指定的表达式标识符和位置。 |
| InvokeExpression(Int32, IList<LocationReference>, ActivityContext) |
ICompiledExpressionRoot调用使用指定的表达式标识符、位置和活动上下文。 |