如何使用 MEF 从 Silverlight 应用程序获取 XAP 名称?

发布于 2024-10-17 22:03:38 字数 696 浏览 1 评论 0原文


我正在使用导航框架和 MEF 编写 Silverlight 4 应用程序。
在我的应用程序中,每个导航菜单都必须在 MEF 项目上加载并显示它。
但也存在一些问题。首先,我无法导航到其他 XAP 的页面(请参阅 David 民意调查帖子)。为此,我需要 DynamicNavigation.dll 并且必须创建额外的页面,这在我的情况下是不可接受的。其他解决方案可以在 davidezordan.net 上找到。这个版本看起来好多了。
对我来说第二个问题是,如果有额外的 XAP,该示例效果很好,但如果我加载 2 个或更多 XAP(通过单击导航菜单),我无法决定显示哪个页面。
如果加载 2 个 XAP,MEFModuleList 包含 2 个页面,我无法获取有关它们的任何信息来决定显示哪个页面。
一种解决方案是在页面中硬编码每个项目的XAP名称,该名称将通过属性或其他方式加载到MEFModuleList,但这不是一个好的解决方案。
还有其他方法可以解决这个问题吗?

I am writing Silverlight 4 application with Navigation framework and MEF.
In my application each menu for navigation must load on MEF project and show it.
But there are some problems. First of all I can't navigate to page of other XAP(see David Polls post). To do that I need DynamicNavigation.dll and must create extra pages, which is not acceptable in my case. Other soluction can be found on davidezordan.net. This version is looks much better.
Second problem for me is that example works great if there is on additional XAP, but if I load 2 or more XAPs(by clicking on menus for navigation), I can't decide which page to show.
If 2 XAPs are loaded MEFModuleList contains 2 pages and I can't get any information about them to decide which page to show.
One solution is to hard code XAP name of each project in pages, which will be loaded to MEFModuleList by Attribute or other way, but it is not good solution.
Is there any other way to solve this problem?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文