_Global.KeysBoundTo[WdKeyCategory, String, Object] Propriedade

Definição

Retorna um KeysBoundTo objeto que representa todas as combinações de chave atribuídas ao item especificado.

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

Parâmetros

KeyCategory
WdKeyCategory

Necessário WdKeyCategory. A categoria da combinação de teclas.

Command
String

String necessário. O nome do comando.

CommandParameter
Object

Objeto opcional. Texto adicional, se houver, necessário para o comando especificado por Command. Para obter mais informações, consulte o Add(WdKeyCategory, String, Int32, Object, Object) método para o KeyBindings objeto.

Valor da propriedade

Aplica-se a