Partilhar via


Propriedade UITechnologyElementProxy.ControlTypeName

Obtém o tipo de controle universal de esse elemento.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String

Implementações

IUITechnologyElement.ControlTypeName

Segurança do .NET Framework

Consulte também

Referência

UITechnologyElementProxy Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting