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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.