如何在 Windows 工作流程中创建子例程?
给定设计器内 Windows 工作流的工作部分,我想在流程中的其他位置使用该部分。我想创建一个子程序。
我怀疑这太明显了,以至于很痛苦。
我想留在设计师之内。到外面去编写 vb.net 或 C# 是可行的,但它涉及重写现有代码。
我希望可以通过某些菜单选择来操纵/编辑正确选择的块。
Given a working section of Windows Workflow within the designer, I'd like to use that section from another place in the process. I want to create a subroutine.
I suspect this is so obvious, that it hurts.
I'd like to stay within the the designer. Going outside and writing vb.net or C# would work, but it involves re-writing existing code.
I'm hoping that a properly selected chunk can be manipulated/edited by some menu selection.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建一个复合活动、一个 XAML 文件,并在工作流的多个位置重用它。
Create a composite activity, a XAML file, and reuse that in multiple places on the worklfow.