Freigeben über


WpfEdit.IsPassword-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Inhalt dieses Bearbeitungssteuerelements verschlüsselt ist.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsPassword As Boolean
    Get
public virtual bool IsPassword { get; }
public:
virtual property bool IsPassword {
    bool get ();
}
abstract IsPassword : bool
override IsPassword : bool
function get IsPassword () : boolean

Eigenschaftswert

Typ: System.Boolean
true, wenn der Inhalt dieses Bearbeitungssteuerelements verschlüsselt ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

WpfEdit Klasse

Microsoft.VisualStudio.TestTools.UITesting.WpfControls-Namespace