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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.