TestResult.m_timerResults Field

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

Syntax

'宣言
<PersistenceElementNameAttribute("timerResults")> _
Protected m_timerResults As TimerResult()
'使用
Dim value As TimerResult()

value = Me.m_timerResults

Me.m_timerResults = value
[PersistenceElementNameAttribute("timerResults")]
protected TimerResult[] m_timerResults
[PersistenceElementNameAttribute(L"timerResults")]
protected:
array<TimerResult^>^ m_timerResults
protected var m_timerResults : TimerResult[]

Field Value

Type: []

Permissions

See Also

Reference

TestResult Class

TestResult Members

Microsoft.VisualStudio.TestTools.Common Namespace