Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
<PersistenceElementNameAttribute("duration")> _
Protected m_duration As TimeSpan
'使用
Dim value As TimeSpan
value = Me.m_duration
Me.m_duration = value
[PersistenceElementNameAttribute("duration")]
protected TimeSpan m_duration
[PersistenceElementNameAttribute(L"duration")]
protected:
TimeSpan m_duration
protected var m_duration : TimeSpan
Field Value
Type: System.TimeSpan
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.