Partilhar via


Propriedade TestStepEventArgs.TestStepId

Obtém ou define a identificação da etapa de teste.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Int32
Retorna a identificação da etapa de teste.

Comentários

Identifica a etapa de teste sob o qual a coleta de dados ocorre ou 0 nenhuma etapa de teste tal exista.

Segurança do .NET Framework

Consulte também

Referência

TestStepEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

#ctor