_Application.KeysBoundTo[WdKeyCategory, String, Object] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 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 。