C#:System.ComponentModel.Design 不包含 ArrayEditor
我正在努力使复杂的对象设计器兼容,并打算利用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它位于 System.Design dll 的 System.ComponentModel.Design 命名空间中。
It's in the System.ComponentModel.Design namespace of the System.Design dll.
唔。 更多谷歌搜索解决了这个问题。
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. :/