Partager via


UITechnologyElement.TechnologyName, propriété

Obtient le nom de la technologie correspondante 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 TechnologyName As String
    Get
public abstract string TechnologyName { get; }
public:
virtual property String^ TechnologyName {
    String^ get () abstract;
}
abstract TechnologyName : string
abstract function get TechnologyName () : String

Valeur de propriété

Type : System.String
Nom de la technologie.

Implémentations

IUITechnologyElement.TechnologyName

Notes

Cette valeur de propriété doit être la même que la valeur de la propriété UITechnologyManager.TechnologyName dans le gestionnaire de technologies correspondant.

Sécurité .NET Framework

Voir aussi

Référence

UITechnologyElement Classe

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

UITechnologyManager