嵌入互操作类型VS 2008 中的属性

发布于 2024-12-19 22:34:18 字数 58 浏览 0 评论 0原文

VS 2008 中是否存在“嵌入互操作类型”属性,如果不存在,替代方案是什么?

谢谢,

does “Embed Interop Type” property exist in VS 2008 , and if not What is the alternative ?

Thanks,

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

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

发布评论

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

评论(1

木格 2024-12-26 22:34:18

VS 2008 中是否存在“嵌入互操作类型”属性?

不。这是 Visual Studio 2010 附带的 C# 4.0 编译器的一部分。

如果没有,替代方案是什么?

您可以:

  1. 升级到 Visual Studio 2010。
  2. 从命令行使用 C# 4 编译器和 /link 开关。
  3. 不使用此功能并且具有互操作程序集。

Does “Embed Interop Type” property exist in VS 2008?

No. That's part of the C# 4.0 compiler which ships with Visual Studio 2010.

If not What is the alternative ?

You can:

  1. Upgrade to Visual Studio 2010.
  2. Use the C# 4 compiler from the command line and the /link switch.
  3. Not use this feature and have interop assemblies.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文