C# Visual Studio 2012的混合在哪里

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/13114611/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-10 01:38:39  来源:igfitidea点击:

where is blend for visual studio 2012

c#xamlwindows-8blendblend-2012

提问by Boppity Bop

I see a lot of refs to something called 'blend for visual studio' which I understand a W8 version of blend. I have VS2012 Ultimate installed on W8 and I don't see any blend.

我看到很多关于名为“blend for Visual Studio”的参考文献,我理解它是 W8 版本的混合。我在 W8 上安装了 VS2012 Ultimate,但没有看到任何混合。

I looked into my MSDN Pro subscription and I don't see neither separate Blend for VS2012 download not VS2012 with Blend download..

我查看了我的 MSDN Pro 订阅,我没有看到单独的 Blend for VS2012 下载,也没有看到 VS2012 with Blend 下载。

How do I get it?

我如何得到它?

采纳答案by StanK

It is one of the install options that you pick when you do the install (or at least it was in 2012 Professional).

它是您在安装时选择的安装选项之一(或者至少是在 2012 Professional 中)。

You should be able to get it by going

你应该能够得到它

  1. Add/Remove Programmes
  2. Select VS 2012 and Clicking Change
  3. Click Modify in the VS installer
  4. Tick the Blend for Visual Studio option
  1. 添加/删除程序
  2. 选择 VS 2012 并单击更改
  3. 在 VS 安装程序中单击修改
  4. 勾选 Blend for Visual Studio 选项

回答by WonderWorker

Blend is installed as a seperate application in the VS folder.

Blend 作为单独的应用程序安装在 VS 文件夹中。

If it's installed (see Stank's answer for details on how to do that) then double click the Blend icon in the Visual Studio install folder or in the Start menu.

如果已安装(有关如何安装的详细信息,请参阅 Stank 的回答),然后双击 Visual Studio 安装文件夹或“开始”菜单中的 Blend 图标。

Happy blending

快乐交融