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.

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)

public protected:
property UITestControl^ UIControl {
	[CompilerGeneratedAttribute]
	UITestControl^ get();
	[CompilerGeneratedAttribute]
	void set(UITestControl^ value);
}

Property Value

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

The associated user interface testing control.

Return to top
Show: