重新托管的工作流设计器中的 Intellisense
是否可以在重新托管的工作流设计器中启用智能感知(就像在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
基本上,您必须实现 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.
我遇到了一个启用了 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.
我跟踪了这条询问线导致的许多兔子洞 - 最终我们找到了非常有用的 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