Proprietà TestResult.TimerResults
Ottiene o imposta una matrice dei risultati del timer.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
Public Property TimerResults As TimerResult()
public TimerResult[] TimerResults { get; set; }
public:
property array<TimerResult^>^ TimerResults {
array<TimerResult^>^ get ();
void set (array<TimerResult^>^ value);
}
member TimerResults : TimerResult[] with get, set
function get TimerResults () : TimerResult[]
function set TimerResults (value : TimerResult[])
Valore proprietà
Tipo: array<Microsoft.VisualStudio.TestTools.Common.TimerResult[]
Una matrice dei risultati del timer.
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.