_Application.KeysBoundTo[WdKeyCategory, String, Object] Eigenschaft

Definition

Gibt ein KeysBoundTo -Objekt zurück, das alle Tastenkombinationen darstellt, die dem angegebenen Element zugewiesen sind.

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

Parameter

KeyCategory
WdKeyCategory

Erforderliche WdKeyCategory. Die Kategorie der Tastenkombination.

Command
String

String erforderlich. Der Name des Befehls.

CommandParameter
Object

Optionales Objekt. Für den von Commandangegebenen Befehl ist ggf. zusätzlicher Text erforderlich. Weitere Informationen finden Sie unter der Add(WdKeyCategory, String, Int32, Object, Object) -Methode für das KeyBindings -Objekt.

Eigenschaftswert

Gilt für: