TestResult.m_timerResults 字段

返回“timerResults”。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
<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 安全性

请参见

参考

TestResult 类

Microsoft.VisualStudio.TestTools.Common 命名空间