开发者

Are there any plans to support edit-and-continue of XAML in future VS versions?

开发者 https://www.devze.com 2022-12-27 05:12 出处:网络
It would make li开发者_开发百科fe so much easier!This is completely impossible. When you run a WPF app, the XAML is parsed in the constructor into a visual tree, which is then displayed as a form.

It would make li开发者_开发百科fe so much easier!


This is completely impossible.

When you run a WPF app, the XAML is parsed in the constructor into a visual tree, which is then displayed as a form.

Edit & Continue would mean re-creating the visual tree, which would break any code in the form.


Now this feature is available from visual studio 2015 update 2.

https://msdn.microsoft.com/en-us/library/ms164926.aspx

https://blogs.msdn.microsoft.com/visualstudio/2016/04/06/ui-development-made-easier-with-xaml-edit-continue/


XAML Edit and Continue is now possible in VS 2015 for UWP apps. This should be available with the "Windows 10 Anniversary Update".

More info and a demo of the upcoming feature can be viewed here https://channel9.msdn.com/Events/Build/2016/B853

0

精彩评论

暂无评论...
验证码 换一张
取 消