Freigeben über


UITestControl.Desktop-Eigenschaft

Ruft das Benutzeroberflächen-Steuerelement für den Desktop ab.

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

Syntax

'Declaration
Public Shared ReadOnly Property Desktop As UITestControl
    Get
public static UITestControl Desktop { get; }
public:
static property UITestControl^ Desktop {
    UITestControl^ get ();
}
static member Desktop : UITestControl
static function get Desktop () : UITestControl

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Das Benutzeroberflächen-Steuerelement für den Desktop.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControl Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace