TcmInformation.TestCaseId (Propiedad)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Obtiene el identificador de caso de prueba.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public ReadOnly Property TestCaseId As Integer
public int TestCaseId { get; }
public:
property int TestCaseId {
    int get ();
}
member TestCaseId : int with get
function get TestCaseId () : int

Valor de propiedad

Tipo: System.Int32
Identificador del caso de prueba.

Seguridad de .NET Framework

Vea también

Referencia

TcmInformation Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)