Freigeben über


TcmInformation.TestCaseId-Eigenschaft

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

Ruft die Testfall-ID ab.

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

Syntax

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

Eigenschaftswert

Typ: System.Int32
Die Testfall-ID.

.NET Framework-Sicherheit

Siehe auch

Referenz

TcmInformation Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace