Condividi tramite


Proprietà TestResultAggregation.CurrentTestIndex

Rappresenta l'indice del risultato del test corrente nella matrice dei risultati del test, se questo è un risultato intermedio anziché un risultato 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
public int CurrentTestIndex { get; }
public:
property int CurrentTestIndex {
    int get ();
}
member CurrentTestIndex : int with get
function get CurrentTestIndex () : int

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestResultAggregation Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common