访问 mef 中的子组合容器

发布于 2024-10-31 03:21:20 字数 48 浏览 0 评论 0原文

给定一个包含嵌套组合容器的组合容器,如何访问嵌套容器?

Given a composition container that holds a nested composition container, how do I access the nested container?

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

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

发布评论

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

评论(1

孤寂小茶 2024-11-07 03:21:20

默认情况下,您无法直接访问传递给容器的嵌套容器。但是,您可以查看 Providers 属性,该属性将列出给定 CompositionContainer(CompositionContainer 只是一个特殊的 ExportProvider)当前正在使用的所有 ExportProvider,并查找 CompositionContainer。

By default you cannot directly access the nested containers you passed to a container. However you could look at the Providers property which will list all the ExportProviders that are currently being used by a given CompositionContainer (CompositionContainer is just a special ExportProvider) and find the ones that are CompositionContainers.

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