UITestPropertyProvider.UIControl Property

Gets or sets the associated user interface testing control.

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

Syntax

'Declaration
Protected Friend Property UIControl As UITestControl
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)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
The associated user interface testing control.

.NET Framework Security

See Also

Reference

UITestPropertyProvider Class

Microsoft.VisualStudio.TestTools.UITesting Namespace