Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
UITestControl(
	UITestControl^ searchLimitContainer
)

Parameters

searchLimitContainer
Type: Microsoft.VisualStudio.TestTools.UITesting::UITestControl^

The container for locating controls.

Return to top
Show: