Freigeben über


UITestPropertyProvider.UIControl-Eigenschaft

Ruft das zugeordnete Teststeuerelement für die Benutzeroberfläche ab oder legt diese fest.

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

Syntax

'Declaration
Protected Friend Property UIControl As UITestControl
    Get
    Set
protected internal UITestControl UIControl { get; set; }
protected public:
property UITestControl^ UIControl {
    UITestControl^ get ();
    void set (UITestControl^ value);
}
member UIControl : UITestControl with get, set
function get UIControl () : UITestControl
function set UIControl (value : UITestControl)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Das zugeordnete Teststeuerelement für die Benutzeroberfläche.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestPropertyProvider Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace