Condividi tramite


Proprietà PostWebTestRecordingEventArgs.IsRecordingForNewWebTest

Ottiene un valore che indica se questo test Web è un nuovo test Web, o un'istruzione in un test 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
public bool IsRecordingForNewWebTest { get; }
public:
property bool IsRecordingForNewWebTest {
    bool get ();
}
member IsRecordingForNewWebTest : bool with get
function get IsRecordingForNewWebTest () : boolean

Valore proprietà

Tipo: System.Boolean
true se nella registrazione test prestazioni Web sia avviato per creare un nuovo test Web, false se nella registrazione test prestazioni Web sia avviato per inserire una registrazione in un test Web esistente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PostWebTestRecordingEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting