UITestControlFactory.FromNativeElement, méthode
Retourne un nouveau UITestControl des informations d'éléments natifs spécifiées.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
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
Paramètres
- nativeElement
Type : System.Object
Référence à l'élément natif à utiliser pour créer un UITestControl.
- technologyName
Type : System.String
Le nom de technologie à utiliser lors de la création d'un UITestControl.
Valeur de retour
Type : Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Nouveau UITestControl des informations d'éléments natifs spécifiées.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.