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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.