Compartir a través de


UIObject.SpecialControlType (Propiedad)

Obtiene o establece el tipo especial para este objeto de interfaz de usuario.

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 SpecialControlType As SpecialControlType
    Get
    Set
public SpecialControlType SpecialControlType { get; set; }
public:
property SpecialControlType SpecialControlType {
    SpecialControlType get ();
    void set (SpecialControlType value);
}
member SpecialControlType : SpecialControlType with get, set
function get SpecialControlType () : SpecialControlType
function set SpecialControlType (value : SpecialControlType)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap.SpecialControlType
El tipo de control especial.

Seguridad de .NET Framework

Vea también

Referencia

UIObject Clase

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

SpecialControlType