UITechnologyElementProxy.IsPassword-Eigenschaft

Ruft einen Wert ab, der angibt, ob dieses Element geschützten Inhalt oder nicht enthält.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
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

Eigenschaftswert

Typ: System.Boolean

Implementiert

IUITechnologyElement.IsPassword

.NET Framework-Sicherheit

Siehe auch

Referenz

UITechnologyElementProxy Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace