ICoreWindowKeyboardInput Interface
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.
Notes
IsKeyboardInputEnabled peut être modifié ou indisponible pour les versions postérieures à Windows Phone 8.1 GDR2.
Interface qu’une classe Windows Runtime doit implémenter pour gérer l’entrée du clavier.
public interface class ICoreWindowKeyboardInput
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneInternalContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(426448734, 6707, 19223, 153, 53, 51, 142, 246, 68, 52, 119)]
struct ICoreWindowKeyboardInput
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneInternalContract), 65536)]
[Windows.Foundation.Metadata.Guid(426448734, 6707, 19223, 153, 53, 51, 142, 246, 68, 52, 119)]
public interface ICoreWindowKeyboardInput
Public Interface ICoreWindowKeyboardInput
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows Mobile Extension SDK (introduit dans 10.0.10240.0)
|
API contract |
Windows.Phone.PhoneInternalContract (introduit dans v1.0)
|
Propriétés
IsKeyboardInputEnabled |
Notes IsKeyboardInputEnabled peut être modifié ou indisponible pour les versions postérieures à Windows Phone 8.1 GDR2. Obtient ou définit si le clavier tactile est affiché à l’utilisateur pour la saisie de texte. |
KeyboardInputBuffer |
Notes Windows.Phone.UI.Core.ICoreWindowKeyboardInput.KeyboardInputBuffer peut être modifié ou indisponible pour les versions après Windows Phone 8.1 GDR2. ** uniquement :** Obtient ou définit l’objet KeyboardInputBuffer utilisé pour recevoir une entrée de texte mis en mémoire tampon. |