Compartir a través de


TestStepEventArgs.TestStepId (Propiedad)

Obtiene o establece el identificador del paso 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 TestStepId As Integer
public int TestStepId { get; private set; }
public:
property int TestStepId {
    int get ();
    private: void set (int value);
}
member TestStepId : int with get, private set
function get TestStepId () : int
private function set TestStepId (value : int)

Valor de propiedad

Tipo: System.Int32
Devuelve el identificador del paso de prueba.

Comentarios

Identifica el paso de prueba bajo el que la recolección de datos se produce o 0 si no existe tal paso de prueba.

Seguridad de .NET Framework

Vea también

Referencia

TestStepEventArgs Clase

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

#ctor