Partager via


PostWebTestRecordingEventArgs.IsRecordingForNewWebTest, propriété

Obtient une valeur qui indique si ce test Web est un nouveau test de performances Web, ou une insertion dans un test de performances Web existant.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsRecordingForNewWebTest As Boolean
public bool IsRecordingForNewWebTest { get; }
public:
property bool IsRecordingForNewWebTest {
    bool get ();
}
member IsRecordingForNewWebTest : bool with get
function get IsRecordingForNewWebTest () : boolean

Valeur de propriété

Type : System.Boolean
true si l'enregistreur de test Web a été démarré pour créer un nouveau test de performances Web ; false si l'enregistreur de test de performances Web a été démarré pour insérer un enregistrement dans un test de performances Web existant.

Sécurité .NET Framework

Voir aussi

Référence

PostWebTestRecordingEventArgs Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms