重新托管的工作流设计器中的 Intellisense

发布于 2024-10-02 20:12:30 字数 240 浏览 1 评论 0原文

是否可以在重新托管的工作流设计器中启用智能感知(就像在 Visual Studio 中一样)?如果是,怎么办?

编辑:答案可能是这里,但我担心帖子的语言太技术性,我并不真正理解所说的内容

Is it possible to enable intellisense in the rehosted workflow designer (as like in Visual studio)? if yes, how?

edit: the answer might be here, but I am afraid the posts' language are too technical and I don't truly understand what's being said

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

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

发布评论

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

评论(3

绅士风度i 2024-10-09 20:12:30

基本上,您必须实现 IExpressionEditorService 并将其添加到您的 WorkflowDesigner 中。查看关于构建在 VS2010 程序集之上的解决方案的一系列帖子。

Basically you have to implement IExpressionEditorService and add that to your WorkflowDesigner. Check out this series of posts for a solution that is build on top of the VS2010 assemblies.

甜嗑 2024-10-09 20:12:30

我遇到了一个启用了 IntelliSense 的项目。

http://wfdesignerexpress.codeplex.com/

它是使用自定义 ExpressionEditor 和反射来完成的。不幸的是,这个项目是用 VB.NET 编写的,它的 GUI 和一些注释是日语的。

I came across a project with working IntelliSense enabled.

http://wfdesignerexpress.codeplex.com/

It is accomplished using custom ExpressionEditor and reflection. Unfortunately this project is written in VB.NET and its GUI and some of the comments are in japanese.

浅黛梨妆こ 2024-10-09 20:12:30

我跟踪了这​​条询问线导致的许多兔子洞 - 最终我们找到了非常有用的 Actipro 软件,它提供了 Intellipprompt WPF 控件。他们甚至将解决方案编写为“提示和技巧”,以指导我们如何使用控件来实现我们的目标。
http://blog.actiprosoftware.com /post/2013/08/26/Enhancing-the-Windows-Workflow-Designer.aspx

I have followed the many rabbit holes this line of enquiry leads to - eventually we went to the very helpful Actipro software who provide an Intelliprompt WPF control. They even wrote up the solution as a 'tip and trick' to guide us in how to use the control to achieve our goal.
http://blog.actiprosoftware.com/post/2013/08/26/Enhancing-the-Windows-Workflow-Designer.aspx

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