C#:System.ComponentModel.Design 不包含 ArrayEditor

发布于 2024-07-27 04:05:04 字数 97 浏览 7 评论 0原文

我正在努力使复杂的对象设计器兼容,并打算利用 ArrayEditor 组件...不用说,我没有它...MSDN 说它来自 .NET 1.1,我肯定有并且然后一些。 有任何想法吗?

I'm working on making a complex object designer compliant and was going to utilize the ArrayEditor component... Needless to say, I don't have it... MSDN says it comes from .NET 1.1 which I most certainly do have and then some. Any ideas?

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

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

发布评论

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

评论(2

飘然心甜 2024-08-03 04:05:04

它位于 System.Design dll 的 System.ComponentModel.Design 命名空间中。

It's in the System.ComponentModel.Design namespace of the System.Design dll.

乖乖哒 2024-08-03 04:05:04

唔。 更多谷歌搜索解决了这个问题。

http://www.csharpfriends.com/Forums/ShowPost.aspx?PostID= 45253

显然,ArrayEditor 驻留在 System.Design.dll 中,而不是提供对 System.ComponentModel.Design 访问的 System.dll 中。 :/

Hmm. Bit more googling resolved the matter.

http://www.csharpfriends.com/Forums/ShowPost.aspx?PostID=45253

Apparently, ArrayEditor resides in System.Design.dll, not System.dll which provides access to System.ComponentModel.Design. :/

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