_Application.KeyString(Int32, Object) Méthode
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 la combinaison de touches correspond aux touches spécifiées (par exemple, CTRL + MAJ + A).
public string KeyString (int KeyCode, ref object KeyCode2);
abstract member KeyString : int * obj -> string
Public Function KeyString (KeyCode As Integer, Optional ByRef KeyCode2 As Object) As String
Paramètres
- KeyCode
- Int32
Argument de type Integer obligatoire. Une clé que vous spécifiez à l'aide d'une des constantes WdKey.
- KeyCode2
- Object
Objet facultatif. Deuxième clé que vous spécifiez à l’aide de l’une WdKey des constantes.
Retours
Remarques
Vous pouvez utiliser la BuildKeyCode(WdKey, Object, Object, Object) méthode pour créer l’argument KeyCode ou KeyCode2 .