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