_Global.KeysBoundTo[WdKeyCategory, String, Object] 属性

定义

返回一个 KeysBoundTo 对象,该对象表示分配给指定项的所有组合键。

public:
 property Microsoft::Office::Interop::Word::KeysBoundTo ^ KeysBoundTo[Microsoft::Office::Interop::Word::WdKeyCategory, System::String ^, System::Object ^ %] { Microsoft::Office::Interop::Word::KeysBoundTo ^ get(Microsoft::Office::Interop::Word::WdKeyCategory KeyCategory, System::String ^ Command, System::Object ^ % CommandParameter); };
public Microsoft.Office.Interop.Word.KeysBoundTo KeysBoundTo[Microsoft.Office.Interop.Word.WdKeyCategory KeyCategory, string Command, ref object CommandParameter] { get; }
member this.KeysBoundTo(Microsoft.Office.Interop.Word.WdKeyCategory * string * obj) : Microsoft.Office.Interop.Word.KeysBoundTo
Public ReadOnly Property KeysBoundTo(KeyCategory As WdKeyCategory, Command As String, Optional ByRef CommandParameter As Object) As KeysBoundTo

参数

KeyCategory
WdKeyCategory

必需 WdKeyCategory。 组合键的类别。

Command
String

必需的 字符串 。 命令名称。

CommandParameter
Object

可选 对象。 指定的 Command命令需要其他文本(如果有)。 有关详细信息,请参阅 Add(WdKeyCategory, String, Int32, Object, Object) 对象的 方法 KeyBindings

属性值

适用于