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
- 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).
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.