UITestControlFactory.FromNativeElement(Object, String) 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.
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