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.
Fournit le comportement de l’homologue lorsqu’un client Microsoft UI Automation appelle IsPassword ou une API cliente Microsoft UI Automation équivalente.
protected:
virtual bool IsPasswordCore() = IsPasswordCore;
bool IsPasswordCore();
protected virtual bool IsPasswordCore();
function isPasswordCore()
Protected Overridable Function IsPasswordCore () As Boolean
Retours
bool
true si l’élément contient du contenu sensible ; sinon, false.
Remarques
L’implémentation standard retourne false. PasswordBoxAutomationPeer fournit une implémentation qui retourne true. Si l’homologue retourné par votre contrôle est PasswordBoxAutomationPeer ou en est dérivé, vous héritez de ce comportement.