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.

UITechnologyManagerProxy::GetElementFromNativeElement Method (Object^)

 

Gets the element from the given native (underlying) technology element.

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

public:
virtual IUITechnologyElement^ GetElementFromNativeElement(
	Object^ nativeElement
) override

Parameters

nativeElement
Type: System::Object^

The native technology element (like IAccessible).

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension::IUITechnologyElement^

The IUITechnologyElement from the native element.

Return to top
Show: