AutomationPeer.IsPasswordCore 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.
En cas de substitution dans une classe dérivée, est appelée par IsPassword().
protected:
abstract bool IsPasswordCore();
protected abstract bool IsPasswordCore ();
abstract member IsPasswordCore : unit -> bool
Protected MustOverride Function IsPasswordCore () As Boolean
Retours
true
si l'élément contient du contenu sensible ; sinon, false
.