ICoreInputSourceBase 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.
Définit l’interface de base pour une source d’entrée utilisée par un CoreWindow.
public interface class ICoreInputSourceBase
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2672330759, 17792, 19432, 190, 104, 146, 169, 49, 23, 19, 187)]
struct ICoreInputSourceBase
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2672330759, 17792, 19432, 190, 104, 146, 169, 49, 23, 19, 187)]
public interface ICoreInputSourceBase
Public Interface ICoreInputSourceBase
- Dérivé
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Propriétés
Dispatcher |
Obtient le répartiteur d’événements pour la fenêtre. |
IsInputEnabled |
Obtient ou définit une valeur qui indique si l’entrée est activée pour l’application UWP. |
Événements
InputEnabled |
Se produit lorsque l’entrée est activée ou désactivée pour l’application UWP. |