Visual Studio .net 2005 中的数组列表
如何在单个数组列表中存储三个不同的对象以填充树视图?
How can i store three different objects in a single array list for populating tree view?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,一般来说这听起来是个坏主意。请描述您为什么要这样做。
如果可能的话,一种简洁的方法是为树视图将绑定到的所有三个对象创建一个基类。 (可能还有其他有趣的解决方案,例如在这三个解决方案上创建一个 Facade/Adapter 对象。)
Well, generally this sounds like a bad idea. Please describe why you want to do this.
If possible, a clean way to do this is to create a base class for all three objects that your tree view would bind to. (There may be other interesting solutions, like creating a Facade/Adapter object over the three.)