在 ActivityDesigner 中重用 TypePresenter

发布于 2024-09-18 14:55:46 字数 276 浏览 8 评论 0原文

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 技术交流群。

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

发布评论

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

评论(1

迷迭香的记忆 2024-09-25 14:55:46

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).

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