Partager via


UITechnologyElement.ControlTypeName, propriété

Obtient le type de contrôle universel de cet élément.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property ControlTypeName As String
    Get
public abstract string ControlTypeName { get; }
public:
virtual property String^ ControlTypeName {
    String^ get () abstract;
}
abstract ControlTypeName : string
abstract function get ControlTypeName () : String

Valeur de propriété

Type : System.String

Implémentations

IUITechnologyElement.ControlTypeName

Notes

Cette valeur est agnostique à la technologie, ce qui signifie qu'un bouton est un bouton dans chaque technologie, tout comme une zone de texte, et ainsi de suite

Sécurité .NET Framework

Voir aussi

Référence

UITechnologyElement Classe

Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms