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.

UITechnologyElementProxy::NativeElement Property

 

Gets the underlying native technology element (like IAccessible) corresponding this element.

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

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

Property Value

Type: System::Object^
Return to top
Show: