UIObject.ControlType (Propiedad)

Obtiene o establece el tipo de control de este objeto.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
Public Property ControlType As String
public string ControlType { get; set; }
public:
property String^ ControlType {
    String^ get ();
    void set (String^ value);
}
member ControlType : string with get, set
function get ControlType () : String
function set ControlType (value : String)

Valor de propiedad

Tipo: System.String
Tipo de control.

Seguridad de .NET Framework

Vea también

Referencia

UIObject Clase

Microsoft.VisualStudio.TestTools.UITest.Common.UIMap (Espacio de nombres)