Partilhar via


Propriedade WebTestRequestResult.Errors

Obtém a lista de erros.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Collections.Generic.List<WebTestError>
A lista de erros.

Segurança do .NET Framework

Consulte também

Referência

WebTestRequestResult Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting