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 -> unitPublic Shared Sub SetCompiledExpressionRootForImplementation (target As Object, compiledExpressionRoot As ICompiledExpressionRoot)参数
- target
- Object
目标。
- compiledExpressionRoot
- ICompiledExpressionRoot
要设置的编译表达式根。
注解
已编译的表达式根。