Condividi tramite


Proprietà TestResultAggregation.CurrentTestIndex

Rappresenta l'indice del risultato del test corrente nella matrice di risultati dei test se il risultato è intermedio piuttosto che finale.

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

Sintassi

'Dichiarazione
Public ReadOnly Property CurrentTestIndex As Integer
    Get
public int CurrentTestIndex { get; }
public:
property int CurrentTestIndex {
    int get ();
}
member CurrentTestIndex : int
function get CurrentTestIndex () : int

Valore proprietà

Tipo: System.Int32
Indice del risultato del test corrente nella matrice di risultati dei test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestResultAggregation Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common