Share via


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

プロパティ値

適用対象