Compartir a través de


IUITechnologyElement.GetNativeControlType (Método)

Devuelve el tipo de control nativo de este elemento.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.Object
Si se admite, el tipo nativo del control; de lo contrario, nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

IUITechnologyElement Interfaz

Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)