Freigeben über


TestResult.TestDescription-Eigenschaft

Ruft die Beschreibung des Tests ab.

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

Syntax

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

Eigenschaftswert

Typ: String
Die Beschreibung des Tests.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestResult Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace