Partager via


TcmInformation.TestCaseId, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Obtient l'ID de cas de test.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

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

Valeur de propriété

Type : System.Int32
ID de cas de test.

Sécurité .NET Framework

Voir aussi

Référence

TcmInformation Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms