UITechnologyManager.GetElementFromNativeElement(Object) Method

Definition

Returns an element from this technology that corresponds to the provided native element.

public:
 abstract Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ GetElementFromNativeElement(System::Object ^ nativeElement);
public abstract Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement GetElementFromNativeElement (object nativeElement);
abstract member GetElementFromNativeElement : obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Public MustOverride Function GetElementFromNativeElement (nativeElement As Object) As IUITechnologyElement

Parameters

nativeElement
Object

An Object that represents a native element such as IAccessible.

Returns

The element in the technology that is represented by this manager.

Implements

Applies to