Udostępnij za pośrednictwem


Właściwość WebTestRequestResult.Errors —

Pobiera listę błędów.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
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>

Wartość właściwości

Typ: List<WebTestError>
Lista błędów.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTestRequestResult Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting