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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.