TestCaseEventArgs.TestCaseId (Propiedad)

Obtiene o establece el identificador del caso de prueba.

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

Sintaxis

'Declaración
Public Property TestCaseId As Guid
public Guid TestCaseId { get; private set; }
public:
property Guid TestCaseId {
    Guid get ();
    private: void set (Guid value);
}
member TestCaseId : Guid with get, private set
function get TestCaseId () : Guid
private function set TestCaseId (value : Guid)

Valor de propiedad

Tipo: System.Guid
Identificador del caso de prueba.

Seguridad de .NET Framework

Vea también

Referencia

TestCaseEventArgs Clase

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

#ctor