Método UITechnologyElement.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
Public MustOverride Function GetNativeControlType ( _
nativeControlTypeKind As NativeControlTypeKind _
) As Object
public abstract Object GetNativeControlType(
NativeControlTypeKind nativeControlTypeKind
)
public:
virtual Object^ GetNativeControlType(
NativeControlTypeKind nativeControlTypeKind
) abstract
abstract GetNativeControlType :
nativeControlTypeKind:NativeControlTypeKind -> Object
public abstract function GetNativeControlType(
nativeControlTypeKind : NativeControlTypeKind
) : Object
Parâmetros
- nativeControlTypeKind
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.NativeControlTypeKind
Um membro do NativeControlTypeKind enumeração.
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).
Implementações
IUITechnologyElement.GetNativeControlType(NativeControlTypeKind)
Comentários
Isso GetNativeControlType método pode ser usado em tandem com o tipo de universal é obtido usando o ControlTypeName quando apenas o ControlTypeName é insuficiente diferenciar um controle. Por exemplo, se a tecnologia nativa for HTML, este método pode retornar o nome da marca.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.