Partager via


TestStartingEventArgs.TestName, propriété

Mise à jour : novembre 2007

Obtient le nom du test qui débute.

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

Syntaxe

Public ReadOnly Property TestName As String

Dim instance As TestStartingEventArgs
Dim value As String

value = instance.TestName
public string TestName { get; }
public:
property String^ TestName {
    String^ get ();
}
public function get TestName () : String

Valeur de propriété

Type : System.String

Nom du test qui démarre.

Autorisations

Voir aussi

Référence

TestStartingEventArgs, classe

Membres TestStartingEventArgs

Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms