使用重新托管的 WF 设计器创建工作流服务

发布于 2024-10-20 21:20:16 字数 171 浏览 3 评论 0原文

我在重新托管的应用程序中使用 Microsoft WF4.0 设计器。虽然我可以生成工作流并将其保存到 .xaml 文件,但我希望能够像在 Visual Studio 中一样创建文件类型 (.xamlx) 的工作流服务。有人有这方面的经验吗?我查遍了互联网并没有发现太多。任何想法表示赞赏。

谢谢你, 齐格弗里德

I am using Microsoft WF4.0 designer in a rehosted application. While I can generate workflows and save them to .xaml files, I want to be able to create workflow services of filetype (.xamlx) the same way I can in visual studio. Does anyone have any experience in doing this? I've looked around the internet and haven't found much. Any ideas are appreciated.

Thank you,
Siegfried

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

執念 2024-10-27 21:20:16

没问题:

workflowDesigner.Load(new WorkflowService{ /* 属性配置 */ } )。

No problem:

workflowDesigner.Load(new WorkflowService{ /* property configuration */ } ).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文