RoutedCommand 和 RoutedUICommand 之间有什么区别?

发布于 2024-08-08 07:21:20 字数 72 浏览 6 评论 0原文

我尝试阅读一些相关内容,但未能找到令人满意地解释 RoutedCommand 和 RoutedUICommand 之间差异的文档。

I have tried to do some reading about it, but I failed to find documentation that explains the difference between RoutedCommand and RoutedUICommand satisfactorily.

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

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

发布评论

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

评论(1

卸妝后依然美 2024-08-15 07:21:20

RoutedUICommand 派生自 RoutedCommand,并添加一个用于提供命令描述的文本字段。当必须从 UI 访问该命令时,这非常有用。

我从这里得到这个< /a>.

RoatedUICommand 和 RoutedCommand 之间的区别在于 RoutedUICommand 包含 Text 属性。

RoutedUICommand derives from RoutedCommand and adds a text field used to provide a description of the command. This is useful when the command is bound to be accessed from the UI.

I got this from here.

The difference between a RoutedUICommand and RoutedCommand is that RoutedUICommand includes a Text property.

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