Visual Studio 2015 更新 1 xaml 设计器未显示 UWP
Visual Studio 2015 Update 1 xaml designer not showing for UWP
通用 Windows 应用程序 Visual Studio 2015 Update1 中的 XAML 设计器在哪里消失了?
它适用于 wpf 和 window 8.1 应用程序,XAML 设计器在工具->选项->XAML 设计器
中启用
将目标版本更改为 (10.0; Bulid 10240)
我遇到了同样的问题。按照 VS2015 通知的指示从 windows 更新更新 windows,现在已修复。
查看要求更新的通知 Windows -
我假设您在 Windows10 之前的操作系统上使用 VS2015。根据 Microsoft Connect 上的 post,此行为是设计使然。当您在 Windows 8.1 上使用 VS2015 时,不支持设计视图,您必须升级到 Windows 10:
"If you are developing Windows 10 applications, this is by design since the designer requires Windows 10 in-order to show the design surface for UWP applications since we run application code. In Windows 8.1 and Windows 7, you will only get intelliSense. If you want full support for the design tools, you need to develop the application on Windows 10."
通用 Windows 应用程序 Visual Studio 2015 Update1 中的 XAML 设计器在哪里消失了?
它适用于 wpf 和 window 8.1 应用程序,XAML 设计器在工具->选项->XAML 设计器
中启用将目标版本更改为 (10.0; Bulid 10240)
我遇到了同样的问题。按照 VS2015 通知的指示从 windows 更新更新 windows,现在已修复。
查看要求更新的通知 Windows -
我假设您在 Windows10 之前的操作系统上使用 VS2015。根据 Microsoft Connect 上的 post,此行为是设计使然。当您在 Windows 8.1 上使用 VS2015 时,不支持设计视图,您必须升级到 Windows 10:
"If you are developing Windows 10 applications, this is by design since the designer requires Windows 10 in-order to show the design surface for UWP applications since we run application code. In Windows 8.1 and Windows 7, you will only get intelliSense. If you want full support for the design tools, you need to develop the application on Windows 10."