在 ActivityDesigner 中重用 TypePresenter
TypePresenter 是在工作流设计器中定义变量和参数时用于选择类型的下拉列表,可以在您自己的 ActivityDesigners 中重用。
它非常适合默认类型,但如果您选择浏览类型...,则显示的对话框为空。它没有显示引用程序集的良好列表,而是仅显示<引用程序集>
。
我在 API 中没有看到任何有关对话框如何浏览类型的内容,也没有看到我可能需要做什么才能“帮助”浏览器找出要浏览的程序集。
我在这里缺少什么?
The TypePresenter, which is the dropdown for selecting types when defining Variables and Arguments in the workflow designer, can be reused in your own ActivityDesigners.
It works great for the default types, but if you select Browse for types... the dialog which shows up is empty. Instead of having a nice list of referenced assemblies, it just displays <referenced assemblies>
.
I don't see anything in the API about how the dialog browses for types or what I might possibly need to do in order to "help" the browser figure out what assemblies to browse through.
What am I missing here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么,你好,我!您必须设置 TypePresenter.Context< /a> (ActivityDesigner 的上下文很好),然后类型才会显示在对话框中。这就是类型魔法的所在(必须假设它是魔法,因为实际上没有完整记录)。
Why, hello, me! You must set the TypePresenter.Context (the ActivityDesigner's Context is fine) before the types will show up in the dialog. That is where the type magic is (have to assume it is magic because what is actually there isn't fully documented).