Partilhar via


Método UITechnologyElementProxy.GetNativeControlType

Obtém o tipo de controle nativo de esse elemento.Isso pode ser usado com o tipo (obtido através de GetControlType () quando apenas o ControlType não é suficiente para diferenciar um controle.

Por exemplo, se o elemento nativo a tecnologia é HTML, esse pode ser o nome da marca.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Public Overrides Function GetNativeControlType ( _
    nativeControlTypeKind As NativeControlTypeKind _
) As Object
public override Object GetNativeControlType(
    NativeControlTypeKind nativeControlTypeKind
)
public:
virtual Object^ GetNativeControlType(
    NativeControlTypeKind nativeControlTypeKind
) override
abstract GetNativeControlType : 
        nativeControlTypeKind:NativeControlTypeKind -> Object 
override GetNativeControlType : 
        nativeControlTypeKind:NativeControlTypeKind -> Object 
public override function GetNativeControlType(
    nativeControlTypeKind : NativeControlTypeKind
) : Object

Parâmetros

Valor de retorno

Tipo: System.Object
Se suporte nativo, o tipo de controle ou em zero.

Implementações

IUITechnologyElement.GetNativeControlType(NativeControlTypeKind)

Segurança do .NET Framework

Consulte também

Referência

UITechnologyElementProxy Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting