Condividi tramite


Proprietà PrePageEventArgs.WebTest

Ottiene il test delle prestazioni Web contenente la richiesta.

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

Sintassi

'Dichiarazione
Public ReadOnly Property WebTest As WebTest
    Get
public WebTest WebTest { get; }
public:
property WebTest^ WebTest {
    WebTest^ get ();
}
member WebTest : WebTest
function get WebTest () : WebTest

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Test delle prestazioni Web contenente la richiesta.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PrePageEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting