CompiledExpressionInvoker.SetCompiledExpressionRootForImplementation 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 CompiledExpressionInvoker 實作的已編譯運算式根目錄。
public:
static void SetCompiledExpressionRootForImplementation(System::Object ^ target, System::Activities::XamlIntegration::ICompiledExpressionRoot ^ compiledExpressionRoot);
public static void SetCompiledExpressionRootForImplementation (object target, System.Activities.XamlIntegration.ICompiledExpressionRoot compiledExpressionRoot);
static member SetCompiledExpressionRootForImplementation : obj * System.Activities.XamlIntegration.ICompiledExpressionRoot -> unit
Public Shared Sub SetCompiledExpressionRootForImplementation (target As Object, compiledExpressionRoot As ICompiledExpressionRoot)
參數
- target
- Object
目標。
- compiledExpressionRoot
- ICompiledExpressionRoot
要設定的編譯運算式根目錄。
備註
編譯過的運算式根目錄。