Compartilhar via


Propriedade TcmInformation.TestCaseId

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Obtém a ID de caso de teste.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Int32
A ID do caso de teste.

Segurança do .NET Framework

Consulte também

Referência

TcmInformation Classe

Namespace Microsoft.VisualStudio.TestTools.Common