Partager via


WebTestRequestResult.Errors, propriété

Obtient la liste d'erreurs.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Errors As List(Of WebTestError)
    Get
public List<WebTestError> Errors { get; }
public:
property List<WebTestError^>^ Errors {
    List<WebTestError^>^ get ();
}
member Errors : List<WebTestError>
function get Errors () : List<WebTestError>

Valeur de propriété

Type : System.Collections.Generic.List<WebTestError>
Liste d'erreurs.

Sécurité .NET Framework

Voir aussi

Référence

WebTestRequestResult Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms