Freigeben über


TestResultDetail.TestResult-Eigenschaft

Ruft das Testergebnis ab.

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

Syntax

'Declaration
Public ReadOnly Property TestResult As TestResult
public TestResult TestResult { get; }
public:
property TestResult^ TestResult {
    TestResult^ get ();
}
member TestResult : TestResult with get
function get TestResult () : TestResult

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.Common.TestResult
Das Testergebnis.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestResultDetail Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace