KeyBindings 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示当前上下文中的自定义键分配的 对象的集合 KeyBinding 。 在自定义键盘对话框中进行自定义按键分配方案。
public interface class KeyBindings : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020996-0000-0000-C000-000000000046")]
public interface KeyBindings : System.Collections.IEnumerable
type KeyBindings = interface
interface IEnumerable
Public Interface KeyBindings
Implements IEnumerable
- 属性
- 实现
注解
KeyBindings使用 属性可返回 KeyBindings 集合。
Add(WdKeyCategory, String, Int32, Object, Object)使用 方法将 KeyBinding 对象添加到 KeyBindings 集合。
使用 KeyBindings (index
) (其中 index
是索引号)返回单个 KeyBinding 对象。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。 |
Context |
返回一个 对象,该对象表示指定键绑定的存储位置。 此属性可以返回 Document、 Template或 Application 对象。 |
Count |
返回指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[Int32] |
返回集合中的单个对象。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
方法
Add(WdKeyCategory, String, Int32, Object, Object) |
返回一个 KeyBinding 对象,该对象代表宏、内置命令、字体、自动图文集输入、样式或符号的新快捷键。 |
ClearAll() |
清除所有的自定义按键分配方案,并恢复原有的 Microsoft Word 快捷键分配方案。 |
GetEnumerator() |
表示当前上下文中的自定义键分配的 对象的集合 KeyBinding 。 在自定义键盘对话框中进行自定义按键分配方案。 |
Key(Int32, Object) |
返回一个 KeyBinding 对象,该对象表示指定的自定义组合键。 如果不存在的键组合,则此方法将返回 Nothing 。 |