Método IUITechnologyElement.GetNativeControlType

Retorna o tipo de controle nativo desse elemento.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: System.Object
Se houver suporte para o tipo nativo do controle; Caso contrário, nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

IUITechnologyElement Interface

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension