TestResult.m_textMessages Field
Returns "textMessages".
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<PersistenceElementNameAttribute("textMessages")> _
Protected m_textMessages As ArrayList
[PersistenceElementNameAttribute("textMessages")]
protected ArrayList m_textMessages
[PersistenceElementNameAttribute(L"textMessages")]
protected:
ArrayList^ m_textMessages
[<PersistenceElementNameAttribute("textMessages")>]
val mutable m_textMessages: ArrayList
protected var m_textMessages : ArrayList
.NET Framework Security
- 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.