Freigeben über


TestRun.Result-Eigenschaft

Ruft das verwendete Testergebnis ab, das die Ergebnisse auf Ausführungsebene enthält.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Property Result As RunResultAndStatistics
public RunResultAndStatistics Result { get; internal set; }
public:
property RunResultAndStatistics^ Result {
    RunResultAndStatistics^ get ();
    internal: void set (RunResultAndStatistics^ value);
}
member Result : RunResultAndStatistics with get, internal set
function get Result () : RunResultAndStatistics
internal function set Result (value : RunResultAndStatistics)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics
Das Testergebnis, das die Ergebnisse auf Ausführungsebene enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestRun Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace

RunResultAndStatistics