WPF,Visual Studio 的混合?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/14175497/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
WPF, Blend of Visual Studio?
提问by Paul Knopf
I have heard of complaints using WPF (the xaml designer) with VS 2008-2010, but not with 2012. Is it still the standard to using Blend or does VS 2012 have everything we need? I know there was a recent release "Blend for Visual Studio". Is this the magic integration?
我听说过在 VS 2008-2010 中使用 WPF(xaml 设计器)的抱怨,但在 2012 中没有。它仍然是使用 Blend 的标准还是 VS 2012 拥有我们需要的一切?我知道最近发布了一个“Blend for Visual Studio”。这就是神奇的整合吗?
This is of course assuming that we don't have designers demanding Blend.
这当然是假设我们没有要求 Blend 的设计师。
采纳答案by Joel Cochran
As of Visual Studio 2012, the XAML design experience is based on the same code that runs in Expression Blend for Visual Studio. This will greatly enhance the design experience in VS, but it still isn't the full feature set offered by Blend.
从 Visual Studio 2012 开始,XAML 设计体验基于在 Expression Blend for Visual Studio 中运行的相同代码。这将大大增强 VS 中的设计体验,但它仍然不是 Blend 提供的完整功能集。
One caveat though: the current version of Expression Blend for Visual Studio (free now, with VS, BTW) is only for Windows Store Apps. Support for WPF, SL, Windows Phone, and SketchFlow will be available in Visual Studio Update 2. If you need it before then, you can download the preview version.
不过有一个警告:用于 Visual Studio 的 Expression Blend 的当前版本(现在免费,带有 VS,顺便说一句)仅适用于 Windows 应用商店应用程序。Visual Studio Update 2 中将提供对 WPF、SL、Windows Phone 和 SketchFlow 的支持。如果您在此之前需要,可以下载预览版。

