Freigeben über


IUITechnologyElement.IsPassword-Eigenschaft

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

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

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

Eigenschaftswert

Typ: System.Boolean
true, wenn dieses Element geschützte Inhalte enthält, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IUITechnologyElement Schnittstelle

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace