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::NativeElement Property

 

Gets the native technology element that corresponds to this control.

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

public:
property Object^ NativeElement {
	virtual Object^ get();
}

Property Value

Type: System::Object^

The native technology element that corresponds to this control.

Return to top
Show: