Partager via


TestSelectedEventArgs.TestName, propriété

Obtient ou définit le nom du test qui est sélectionné.

Espace de noms :  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly :  Microsoft.VisualStudio.QualityTools.LoadTestFramework (dans Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntaxe

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

Valeur de propriété

Type : System.String
Nom du test qui est sélectionné.

Notes

Un plug-in de test de charge peut remplacer le test qui est sélectionné avec un test différent en définissant la propriété TestName.

Sécurité .NET Framework

Voir aussi

Référence

TestSelectedEventArgs Classe

Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms