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