Condividi tramite


Campo TestResult.m_timerResults

Restituisce "timerResults".

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

Sintassi

'Dichiarazione
<PersistenceElementNameAttribute("timerResults")> _
Protected m_timerResults As TimerResult()
[PersistenceElementNameAttribute("timerResults")]
protected TimerResult[] m_timerResults
[PersistenceElementNameAttribute(L"timerResults")]
protected:
array<TimerResult^>^ m_timerResults
[<PersistenceElementNameAttribute("timerResults")>]
val mutable m_timerResults: TimerResult[]
protected var m_timerResults : TimerResult[]

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestResult Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common