Partager via


IUITechnologyElement.GetNativeControlType, méthode

Retourne le type de contrôle natif de cet élément.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
Function GetNativeControlType ( _
    nativeControlTypeKind As NativeControlTypeKind _
) As Object
Object GetNativeControlType(
    NativeControlTypeKind nativeControlTypeKind
)
Object^ GetNativeControlType(
    NativeControlTypeKind nativeControlTypeKind
)
abstract GetNativeControlType : 
        nativeControlTypeKind:NativeControlTypeKind -> Object 
function GetNativeControlType(
    nativeControlTypeKind : NativeControlTypeKind
) : Object

Paramètres

Valeur de retour

Type : System.Object
S'il est pris en charge, le type natif du contrôle ; sinon, nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

IUITechnologyElement Interface

Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms