ApplicationUnderTest.Transparent-Eigenschaft

Ruft einen Wert ab, der angibt, ob das Anwendungsfenster transparent ist.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean
true, wenn das Anwendungsfenster transparent ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ApplicationUnderTest Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace