Windows Phone 7 - 缺少 NavigationService.Navigate(object) 的重载

发布于 2024-11-27 15:50:23 字数 306 浏览 1 评论 0原文

我想使用 NavigationService 在 Windows Phone 7 应用程序中创建一个漂亮的导航堆栈。看来我可以通过使用 NavigationService.Navigate(object) 方法并传递一个类似于 PhoneApplicationPage 的对象来实现 SilverLight 中的目标。

根据我所做的搜索,Windows Phone 7 仅在 XAML 中提供所需输出时才允许使用 NavigationService。我想向 NavigationService 传递一个我使用 C# 语法而不是 XAML 创建的对象。

有人有建议吗?

I would like to use the NavigationService to create a nice navigation stack in a Windows Phone 7 app. It seems I can accomplish the objective in SilverLight by using the NavigationService.Navigate(object) method and passing an object similar to the PhoneApplicationPage.

Based on the searching I've done, Windows Phone 7 only allows use of the NavigationService when the desired output is provided in XAML. I would like to pass the NavigationService an object I created using C# syntax and not XAML.

Does anyone have a suggestion?

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

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

发布评论

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

评论(1

吃素的狼 2024-12-04 15:50:23

在针对 Windows Phone 进行开发时,NavigationService.Navigate 只有一个签名,即 NavigationService.Navigate(Uri)。您可能正在阅读 WPF 的文档。

When developing for Windows Phone, there is only one signature for NavigationService.Navigate and that is NavigationService.Navigate(Uri). You're probably reading the documentation for WPF.

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