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.
我可以使用 c# 在 windows phone 8 中获取 SDK 版本吗?如果可能的话,请给我一个建议。我必须显示我的应用程序的构建 SDK 版本。
您可以从 WMAppManifest.xaml 读取平台/SDK 版本。
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment" AppPlatformVersion="8.0">