コードビハインドでルートフレームを変更しようとしています:
// Do not add any additional code to this method
private void CompleteInitializePhoneApplication(object sender, NavigationEventArgs e)
{
// Set the root visual to allow the application to render
if (RootVisual != RootFrame)
{
RootVisual = RootFrame; // here or somewhere before ...
}
...ルートフレームを変更する必要があります(ただし、マニフェストにはありません)。誰にもアイデアはありますか?回答やヒントは大歓迎です。