UITestControl.ControlType (Propiedad)
Obtiene el tipo del control de la interfaz de usuario.
Espacio de nombres: Microsoft.VisualStudio.TestTools.UITesting
Ensamblado: Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintaxis
'Declaración
Public Overridable ReadOnly Property ControlType As ControlType
public virtual ControlType ControlType { get; }
public:
virtual property ControlType^ ControlType {
ControlType^ get ();
}
abstract ControlType : ControlType with get
override ControlType : ControlType with get
function get ControlType () : ControlType
Valor de propiedad
Tipo: Microsoft.VisualStudio.TestTools.UITesting.ControlType
Tipo del control de la interfaz de usuario.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TestTools.UITesting (Espacio de nombres)