共用方式為


ICompiledExpressionRoot 介面

定義

指定編譯過的運算式根目錄的相關資訊。

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

適用於