Visual Studio 2010 的混合模板?

发布于 2024-11-15 12:47:28 字数 95 浏览 2 评论 0原文

我原以为 Blend 4 应该包含 VS 2010 模板(用于自定义行为等)。我安装了这两个工具,但在 Visual Studio 中没有看到模板。我需要做些什么来安装它们吗?

I had thought that Blend 4 was supposed to have included VS 2010 templates (for custom behaviors, etc). I have both tools installed, but I do not see the templates in Visual Studio. Is there something I need to do to install them?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

睫毛溺水了 2024-11-22 12:47:28

其模板作为 混合 SDK行为的代码< /a>, 触发器, < a href="http://msdn.microsoft.com/en-us/library/system.windows.interactivity.triggeraction%28v=Expression.40%29.aspx" rel="nofollow">等。也是 SDK 的一部分,因此如果您想使用这些类,您肯定需要安装它。我做了一些探索,看起来这些模板只能从 Blend 获得,而不能从 Visual Studio 获得(奇怪)。

The templates for that are included as part of the Blend SDK. The code for Behaviors, Triggers, etc. is also part of the SDK so you'll definitely need to install it if you want to use those classes. I did some poking around and it looks like those Templates are only available from Blend, not Visual Studio (weird).

关于从前 2024-11-22 12:47:28

Blend 是一名 Silverlight/WPF 设计师。目的是将设计问题与开发问题分开。如果您键入“文件”->“新建项目”,您应该会看到 Silverlight 和 WPF 数据绑定和非数据绑定项目的项目模板。

Blend is a Silverlight / WPF designer. The aim is to separate the design concerns from the development concerns. If you type File->New Project you should see projecct templates for Silverlight and WPF data bound and non-data bound projects.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文