UIElement 与 FrameworkElement

发布于 2024-12-02 19:32:11 字数 189 浏览 0 评论 0原文

我不清楚什么时候会使用 UIElement 而不是 FrameworkElement,以及为什么会有 FrameworkElement 类。本质上,与 UIElement 相比,FrameworkElement 提供的额外功能是什么?

I am unclear about when you would use a UIElement as opposed to a FrameworkElement, and why is there a FrameworkElement class at at all. Essentially, what is the extra functionality that a FrameworkElement provides as opposed to UIElement?

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

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

发布评论

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

评论(1

紫竹語嫣☆ 2024-12-09 19:32:11

您永远不应该从 UIElement 继承(除了 FrameworkElement 之外,没有任何类可以继承),除其他属性外,它没有 DataContext,缺乏 DataContext 可能会让您陷入某些困境。麻烦。

You should never inherit from UIElement (no class besides FrameworkElement does), among other properties it has no DataContext, whose lack can land you in some troubles.

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