Condividi tramite


Proprietà UITechnologyElementProxy.IsPassword

Ottiene un valore che indica se l'elemento contiene il contenuto protetto o meno.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property IsPassword As Boolean
public override bool IsPassword { get; }
public:
virtual property bool IsPassword {
    bool get () override;
}
abstract IsPassword : bool with get
override IsPassword : bool with get
override function get IsPassword () : boolean

Valore proprietà

Tipo: System.Boolean

Implementa

IUITechnologyElement.IsPassword

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITechnologyElementProxy Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting