共用方式為


CompiledExpressionInvoker.SetCompiledExpressionRoot 方法

定義

設定編譯過的運算式根目錄。

public:
 static void SetCompiledExpressionRoot(System::Object ^ target, System::Activities::XamlIntegration::ICompiledExpressionRoot ^ compiledExpressionRoot);
public static void SetCompiledExpressionRoot (object target, System.Activities.XamlIntegration.ICompiledExpressionRoot compiledExpressionRoot);
static member SetCompiledExpressionRoot : obj * System.Activities.XamlIntegration.ICompiledExpressionRoot -> unit
Public Shared Sub SetCompiledExpressionRoot (target As Object, compiledExpressionRoot As ICompiledExpressionRoot)

參數

target
Object

目標。

compiledExpressionRoot
ICompiledExpressionRoot

要設定的編譯運算式根目錄。

備註

編譯過的運算式根目錄。

適用於