Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在工作流程中使用无代码创作。所以后面没有代码。假设我有 2 个具有依赖属性的自定义活动。
如何将属性从 activity1 绑定到 activity2 ?
您仍然可以在无代码隐藏场景中使用 Activity 绑定。
在设计器中选择 activity2 并在属性网格中使用目标属性上的 ... 按钮。这将打开“将'属性'绑定到活动的属性”对话框。导航到 Activity1 并从中选择源属性。
或者,如果您想成为硬编码,您可以调整 XOML:-
<ns0:Activity2 SomeProperty="{ActivityBind Activity1, Path=SomeOtherProperty}" ..>