IUITechnologyManager.GetElementFromNativeElement(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an element from this technology that corresponds to the provided native element.
public:
Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ GetElementFromNativeElement(System::Object ^ nativeElement);
[System.Runtime.InteropServices.DispId(4)]
public Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement GetElementFromNativeElement (object nativeElement);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member GetElementFromNativeElement : obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Public 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.
- Attributes