Partager via


HtmlTextArea.IsPassword, propriété

Obtient une valeur qui indique si ce contrôle d'espace de texte contient un mot de passe.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblys :   Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (dans Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property IsPassword As Boolean
public virtual bool IsPassword { get; }
public:
virtual property bool IsPassword {
    bool get ();
}
abstract IsPassword : bool with get 
override IsPassword : bool with get
function get IsPassword () : boolean

Valeur de propriété

Type : Boolean
true si ce contrôle d'espace de texte contient un mot de passe ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

HtmlTextArea Classe

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls, espace de noms