我可以使用C#在Windows Phone 8中获取SDK版本。如果可以的话,请给我一个建议。我必须显示应用程序的构建SDK版本。

最佳答案

您可以从WMAppManifest.xaml中读取Platform/SDK版本。
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment" AppPlatformVersion="8.0">

09-27 19:06