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