Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.