Condividi tramite


Proprietà ExtractionEventArgs.Response

Ottiene l'oggetto WebTestResponse dal quale estrarre i valori nel contesto.

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

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponse
Un oggetto WebTestResponse.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExtractionEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting