Compartilhar via


Propriedade UIObject.SpecialControlType

Obtém ou define o tipo de especial para este objeto de interface do usuário.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap.SpecialControlType
O tipo de controle especial.

Segurança do .NET Framework

Consulte também

Referência

UIObject Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common.UIMap

SpecialControlType