TestResultMessage.m_spoolMessage Field

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

See Also

Reference

TestResultMessage Class

TestResultMessage Members

Microsoft.VisualStudio.TestTools.Common Namespace