Compartir a través de


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

Vea también

Referencia

UITestControl Clase

Microsoft.VisualStudio.TestTools.UITesting (Espacio de nombres)