CorrectionList 命令在 WPF 中起什么作用?

发布于 2024-09-08 01:44:27 字数 240 浏览 0 评论 0原文

我正在学习 WPF,目前正在研究应用程序命令(例如,ApplicationCommands.Copy)。我在 MSDN 上找到了可识别的应用程序命令列表。除了 CorrectionList 之外,所有这些都有意义。这个命令是什么以及什么样的场景会调用它?

谢谢!

I'm in the process of learning WPF and am currently looking into application commands (e.g., ApplicationCommands.Copy). I found a list of recognized application commands on MSDN. All of them made sense except for CorrectionList. What is this command and what kind of scenario would invoke it?

Thanks!

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

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

发布评论

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

评论(1

笑看君怀她人 2024-09-15 01:44:27

只需点击您提供的链接中的链接:

http://msdn.microsoft .com/en-us/library/system.windows.input.applicationcommands. Correctionlist.aspx

“更正列表因上下文而异。例如,使用输入法编辑器 (IME) 输入时,更正列表会标识重新转换选项。

在任何给定对象上不一定有该命令的实现;在许多情况下,该命令的实现是应用程序编写者的责任。”

Just click the link in your provided link:

http://msdn.microsoft.com/en-us/library/system.windows.input.applicationcommands.correctionlist.aspx

"The correction list is different depending on the context. For example, with Input Method Editor (IME) input the correction list identifies reconversion choices.

There is not necessarily an implementation for the command on any given object; in many cases the implementation for the command is the responsibility of the application writer."

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