KeysBoundTo 接口

定义

分配给当前上下文中的命令、样式、宏或其他项的对象集合 KeyBinding

public interface class KeysBoundTo : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020997-0000-0000-C000-000000000046")]
public interface KeysBoundTo : System.Collections.IEnumerable
type KeysBoundTo = interface
    interface IEnumerable
Public Interface KeysBoundTo
Implements IEnumerable
属性
实现

注解

KeysBoundTo[WdKeyCategory, String, Object]使用 属性可返回 KeysBoundTo 集合。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。

Command

返回分配给指定组合键的命令。

CommandParameter

返回分配给指定的快捷键的命令参数。

Context

返回一个 对象,该对象表示指定键绑定的存储位置。 此属性可以返回 DocumentTemplateApplication 对象。

Count

返回指定集合中的项数。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Item[Int32]

返回集合中的单个对象。

KeyCategory

返回分配给指定组合键的项目类型。

Parent

返回一个对象,代表指定对象的父对象。

方法

GetEnumerator()

分配给当前上下文中的命令、样式、宏或其他项的对象集合 KeyBinding

Key(Int32, Object)

返回一个 KeyBinding 对象,该对象表示指定的自定义组合键。 如果不存在的键组合,则此方法将返回 Nothing

适用于