Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从模板拆分应用程序 (XAML) 为 Windows 应用商店 (C#) 创建新项目,并且我想将启动页面从 ItemsPage.xaml 更改为 SplitPage.xaml。我怎样才能做到这一点?
if (!rootFrame.Navigate(typeof(ItemsPage), "AllGroups"))
ItemsPage
SplitPage