Condividi tramite


Proprietà UITestControl.ControlType

Ottiene il tipo del controllo dell'interfaccia utente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.UITesting.ControlType
Tipo del controllo interfaccia utente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestControl Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting