UITestControl Constructor (UITestControl)

Initializes a new instance of the UITestControl class and specifies the container for locating controls.

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

Syntax

'Declaration
Public Sub New ( _
    searchLimitContainer As UITestControl _
)
public UITestControl(
    UITestControl searchLimitContainer
)
public:
UITestControl(
    UITestControl^ searchLimitContainer
)
new : 
        searchLimitContainer:UITestControl -> UITestControl
public function UITestControl(
    searchLimitContainer : UITestControl
)

Parameters

.NET Framework Security

See Also

Reference

UITestControl Class

UITestControl Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace