What the different between System.Windows.Controls.Page and Windows.UI.Xaml.Controls.Page

╄→尐↘猪︶ㄣ 提交于 2019-12-11 20:10:13

问题


There are two Page class under System.Windows.Controls and Windows.UI.Xaml.Controls, when I new a windows phone page, both page works fine. What the different between those two page, and how to choose which to use?


回答1:


The major Difference between them are where are they used and Referenced.

System.Windows.Controls is used for windows phone 8 Silverlight Application and

Windows.UI.Xaml.Controls is used for Windows 8 [Windows Store apps] and Windows Phone 8.1 [Windows Runtime apps] Application and as well as for Universal Apps



来源:https://stackoverflow.com/questions/26313037/what-the-different-between-system-windows-controls-page-and-windows-ui-xaml-cont

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!