Freigeben über


TcmInformation.TestResultId-Eigenschaft

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Ruft die Testergebnis-ID ab.

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

Syntax

'Declaration
Public ReadOnly Property TestResultId As Integer
    Get
public int TestResultId { get; }
public:
property int TestResultId {
    int get ();
}
member TestResultId : int
function get TestResultId () : int

Eigenschaftswert

Typ: System.Int32
Die ID für das Testergebnis.

.NET Framework-Sicherheit

Siehe auch

Referenz

TcmInformation Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace