标签: c# windows-phone-8
我正在尝试在Windows Phone应用程序上获取当前窗口。
在WPF中,我这样做:
MainWindow m =(MainWindow)App.Current.MainWindow
Windows Phone 8中是否存在等效内容?
答案 0 :(得分:0)
var currentPage = ((PhoneApplicationFrame)Application.Current.RootVisual).Content;