Partager via


UITestControl.TechnologyName, propriété

Obtient ou définit l'infrastructure de technologie qui implémente ce contrôle.

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

Syntaxe

'Déclaration
Public Property TechnologyName As String
    Get
    Set
public string TechnologyName { get; set; }
public:
property String^ TechnologyName {
    String^ get ();
    void set (String^ value);
}
member TechnologyName : string with get, set
function get TechnologyName () : String
function set TechnologyName (value : String)

Valeur de propriété

Type : System.String
Infrastructure de technologie qui implémente ce contrôle.

Sécurité .NET Framework

Voir aussi

Référence

UITestControl Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms