gpt4 book ai didi

c# - Windows Phone 8.1 中不包含 'RootVisual' 的定义

转载 作者:太空宇宙 更新时间:2023-11-03 23:41:44 26 4
gpt4 key购买 nike

在此代码中,“RootVisual”在 WP8.1 中不存在

(Application.Current.RootVisual as 
PhoneApplicationFrame).Navigate(new Uri("/FeedBackMessageBox.xaml",
UriKind.Relative));

最佳答案

Application.RootVisual仅适用于 Silverlight 应用程序。对于 Windows Phone 运行时应用,请使用 Windows.UI.Xaml.Window.Content:

(Windows.UI.Xaml.Window.Current.Content as Frame).Navigate(typeof(FeedBackMessageBox),args);

参见 Quickstart: Navigating between pages (XAML)有关 Windows 运行时应用中导航的更多详细信息。

关于c# - Windows Phone 8.1 中不包含 'RootVisual' 的定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28825379/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com