UITestControlFactory.FromNativeElement(Object, String) Method

Definition

public:
 static Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^ FromNativeElement(System::Object ^ nativeElement, System::String ^ technologyName);
public static Microsoft.VisualStudio.TestTools.UITesting.UITestControl FromNativeElement (object nativeElement, string technologyName);
static member FromNativeElement : obj * string -> Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Public Shared Function FromNativeElement (nativeElement As Object, technologyName As String) As UITestControl

Parameters

nativeElement
Object
technologyName
String

Returns

Applies to