_Application.FindKey[Int32, Object] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie un KeyBindings objet qui représente la combinaison de touches spécifiée.
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
Paramètres
- KeyCode
- Int32
Argument de type Integer obligatoire. Clé que vous spécifiez à l’aide de l’une WdKey des constantes.
- KeyCode2
- Object
Objet facultatif. Deuxième clé que vous spécifiez à l'aide d'une des constantes WdKey.
Valeur de propriété
Remarques
Vous pouvez utiliser la BuildKeyCode(WdKey, Object, Object, Object) méthode pour créer l’argument KeyCode
ou KeyCode2
.