Condividi tramite


Proprietà TestStepEventArgs.TestStepId

Ottiene o imposta un valore che specifica l'ID del passo del test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Int32
Restituisce l'ID del passo del test.

Note

Identifica il passo del test in cui la raccolta dei dati avviene o 0 se tale passo di test è presente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestStepEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution

#ctor