Visual Studio .net 2005 中的数组列表

发布于 2024-10-15 22:55:50 字数 33 浏览 3 评论 0原文

如何在单个数组列表中存储三个不同的对象以填充树视图?

How can i store three different objects in a single array list for populating tree view?

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

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

发布评论

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

评论(1

埖埖迣鎅 2024-10-22 22:55:50

嗯,一般来说这听起来是个坏主意。请描述您为什么要这样做。

如果可能的话,一种简洁的方法是为树视图将绑定到的所有三个对象创建一个基类。 (可能还有其他有趣的解决方案,例如在这三个解决方案上创建一个 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.)

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