我爲Windows Phone 7.5編寫了下面的代碼。你知道這些應該如何寫入Windows 8嗎?從windows phone到windows 8
Me.NavigationService.Navigate(New Uri(String.Format("/ImagePage.xaml?tag={0}", li.Tag), UriKind.Relative))
Protected Overrides Sub OnNavigatedTo(e As NavigationEventArgs)
MyBase.OnNavigatedTo(e)
If Me.NavigationContext.QueryString.ContainsKey("tag") Then
Me.tagname = Me.NavigationContext.QueryString("tag")
End If
End Sub
請告訴我們,如果你試圖在Windows 8上運行它,你的問題是什麼。 – evotopid
@evotopid:我認爲OP的真正意思是Windows 8. – Ryan
是的,我看到了,所以我編輯它... :) – evotopid