_Global.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 参照してください。