Propriedade UITestControl.ControlType

Obtém o tipo do controle da interface do usuário.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Public Overridable ReadOnly Property ControlType As ControlType
    Get
public virtual ControlType ControlType { get; }
public:
virtual property ControlType^ ControlType {
    ControlType^ get ();
}
abstract ControlType : ControlType
override ControlType : ControlType
function get ControlType () : ControlType

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITesting.ControlType
O tipo de controle da interface do usuário.

Segurança do .NET Framework

Consulte também

Referência

UITestControl Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting