Freigeben über


UITestControlFactory.FromNativeElement-Methode

Gibt ein neues UITestControl-Element von den angegebenen systemeigenen Elementinformationen zurück.

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

Syntax

'Declaration
Public Shared Function FromNativeElement ( _
    nativeElement As Object, _
    technologyName As String _
) As UITestControl
public static UITestControl FromNativeElement(
    Object nativeElement,
    string technologyName
)
public:
static UITestControl^ FromNativeElement(
    Object^ nativeElement, 
    String^ technologyName
)
static member FromNativeElement : 
        nativeElement:Object * 
        technologyName:string -> UITestControl 
public static function FromNativeElement(
    nativeElement : Object, 
    technologyName : String
) : UITestControl

Parameter

  • nativeElement
    Typ: System.Object
    Der Verweis auf das systemeigene Element, der zum Erstellen eines neuen UITestControl verwendet werden soll.
  • technologyName
    Typ: System.String
    Der Technologiename, der beim Erstellen eines neuen UITestControl-Elements verwendet werden soll.

Rückgabewert

Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Ein neues UITestControl-Element aus den angegebenen Informationen zum systemeigenen Element.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControlFactory Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace