TestResult.m_timerResults Field

Returns "timerResults".

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<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[]

.NET Framework Security

See Also

Reference

TestResult Class

Microsoft.VisualStudio.TestTools.Common Namespace