【问题标题】:NavigationService class Namespace not found in Windows phone development在 Windows phone 开发中找不到 NavigationService 类命名空间
【发布时间】:2014-08-21 15:27:24
【问题描述】:

我正在为 windows phone 8.1 开发应用程序,我尝试使用 NavigationService 类从 MainPage 导航到另一个页面,但是 Visual Studio 没有显示该类的引用(未找到 NavigationService 的命名空间)我的问题是如何找到NavigationService 命名空间已尝试使用 System.Windows.Navigation 命名空间仍未找到问题..实际上是 windows 移动开发的新手。还是有其他用于在页面之间导航的类?

【问题讨论】:

标签: c# visual-studio windows-phone-8


【解决方案1】:

是这样的。 Windows Phone 8.1 中的情况发生了变化

Frame.Navigate(typeof(Page1));

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-11-10
    • 2019-03-11
    • 2022-11-10
    • 1970-01-01
    • 1970-01-01
    • 2015-09-23
    • 1970-01-01
    相关资源
    最近更新 更多