Microsoft .NET 框架是否提供了分层接口?

发布于 2024-09-24 06:03:27 字数 120 浏览 3 评论 0原文

我想实现一个具有可指定 DataSource 属性的控件,如果我可以继承并且 DataSource 的类型实现某种具有确保属性和方法的分层接口,那就太好了。

.NET 提供这样的接口吗?谷歌搜索什么也没透露。

I want to implement a control with a specifiable DataSource property and it would be great if I could inherit and the type of the DataSource implements some sort of Hierarchical interface with properties and methods ensured.

Does .NET supply such an interface? Googling revealed nothing.

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

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

发布评论

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

评论(2

请持续率性 2024-10-01 06:03:27

有一个HierarchicalDataTemplate,请参阅这个问题

There is a HierarchicalDataTemplate, see this SO question.

紙鸢 2024-10-01 06:03:27

您可能正在寻找IBindingList 接口

Possibly you are after the IBindingList interface.

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