_Application.FindKey[Int32, Object] Propiedad

Definición

Devuelve un KeyBindings objeto que representa la combinación de teclas especificada.

public:
 property Microsoft::Office::Interop::Word::KeyBinding ^ FindKey[int, System::Object ^ %] { Microsoft::Office::Interop::Word::KeyBinding ^ get(int KeyCode, System::Object ^ % KeyCode2); };
public Microsoft.Office.Interop.Word.KeyBinding FindKey[int KeyCode, ref object KeyCode2] { get; }
member this.FindKey(int * obj) : Microsoft.Office.Interop.Word.KeyBinding
Public ReadOnly Property FindKey(KeyCode As Integer, Optional ByRef KeyCode2 As Object) As KeyBinding

Parámetros

KeyCode
Int32

Required Integer. Clave que se especifica mediante una de las WdKey constantes.

KeyCode2
Object

Objeto opcional. Segunda tecla especificada utilizando una de las constantes WdKey.

Valor de propiedad

Comentarios

Puede usar el BuildKeyCode(WdKey, Object, Object, Object) método para crear el KeyCode argumento o KeyCode2 .

Se aplica a