Condividi tramite


Proprietà UITechnologyElementProxy.ControlTypeName

Ottiene il tipo di controllo universale di questo elemento.

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

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property ControlTypeName As String
public override string ControlTypeName { get; }
public:
virtual property String^ ControlTypeName {
    String^ get () override;
}
abstract ControlTypeName : string with get
override ControlTypeName : string with get
override function get ControlTypeName () : String

Valore proprietà

Tipo: System.String

Implementa

IUITechnologyElement.ControlTypeName

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITechnologyElementProxy Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting