Condividi tramite


Proprietà PostWebTestRecordingEventArgs.IsRecordingForNewWebTest

Ottiene un valore che indica se questo test delle prestazioni Web è un nuovo test delle prestazioni Web o un inserimento in un test delle prestazioni Web esistente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsRecordingForNewWebTest As Boolean
    Get
public bool IsRecordingForNewWebTest { get; }
public:
property bool IsRecordingForNewWebTest {
    bool get ();
}
member IsRecordingForNewWebTest : bool
function get IsRecordingForNewWebTest () : boolean

Valore proprietà

Tipo: System.Boolean
true se la registrazione del test delle prestazioni Web è stata avviata per creare un nuovo test; false se la registrazione del test delle prestazioni Web è stata avviata per inserire una registrazione in un test esistente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PostWebTestRecordingEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting