TestResult.m_timerResults Field
Returns "timerResults".
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
[PersistenceElementNameAttribute("timerResults")]
protected TimerResult[] m_timerResults
protected:
[PersistenceElementNameAttribute("timerResults")]
array<TimerResult^>^ m_timerResults
[<PersistenceElementNameAttribute("timerResults")>]
val mutable m_timerResults : TimerResult[]
<PersistenceElementNameAttribute("timerResults")>
Protected m_timerResults As TimerResult()
Field Value
Type: Microsoft.VisualStudio.TestTools.Common.TimerResult[]
See Also
TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace
Return to top