Metodo UITestControlFactory.FromNativeElement
restituisce un nuovo UITestControl le informazioni native specifiche dell'elemento.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintassi
'Dichiarazione
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
Parametri
- nativeElement
Tipo: System.Object
Il riferimento nativo dell'elemento da utilizzare per creare un nuovo UITestControl.
- technologyName
Tipo: System.String
Il nome della tecnologia da utilizzare quando si crea un nuovo UITestControl.
Valore restituito
Tipo: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
un nuovo UITestControl le informazioni native specifiche dell'elemento.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.