Compartir a través de


WebTestRequestResult.Errors (Propiedad)

Obtiene la lista de errores.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public ReadOnly Property Errors As List(Of WebTestError)
public List<WebTestError> Errors { get; }
public:
property List<WebTestError^>^ Errors {
    List<WebTestError^>^ get ();
}
member Errors : List<WebTestError> with get
function get Errors () : List<WebTestError>

Valor de propiedad

Tipo: System.Collections.Generic.List<WebTestError>
Lista de errores.

Seguridad de .NET Framework

Vea también

Referencia

WebTestRequestResult Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)