CoreComponentInputSource.IsInputEnabled 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.
Obtient ou définit si l’entrée est activée pour l’élément d’infrastructure XAML hébergé.
public:
property bool IsInputEnabled { bool get(); void set(bool value); };
bool IsInputEnabled();
void IsInputEnabled(bool value);
public bool IsInputEnabled { get; set; }
var boolean = coreComponentInputSource.isInputEnabled;
coreComponentInputSource.isInputEnabled = boolean;
Public Property IsInputEnabled As Boolean
Valeur de propriété
Boolean
bool
true si l’entrée est activée ; false si ce n’est pas le cas.