Freigeben über


TestResult.OutcomeText-Eigenschaft

Ruft das Ergebnis des Tests als Zeichenfolge ab.

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

Syntax

'Declaration
<VisiblePropertyAttribute> _
Public ReadOnly Property OutcomeText As String
[VisiblePropertyAttribute]
public string OutcomeText { get; }
[VisiblePropertyAttribute]
public:
property String^ OutcomeText {
    String^ get ();
}
[<VisiblePropertyAttribute>]
member OutcomeText : string with get
function get OutcomeText () : String

Eigenschaftswert

Typ: String
Das Ergebnis des Tests als Zeichenfolge.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestResult Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace

Outcome