Share via


TestResult.m_textMessages Field

 

Returns "textMessages".

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

[PersistenceElementNameAttribute("textMessages")]
protected ArrayList m_textMessages
protected:
[PersistenceElementNameAttribute("textMessages")]
ArrayList^ m_textMessages
[<PersistenceElementNameAttribute("textMessages")>]
val mutable m_textMessages : ArrayList
<PersistenceElementNameAttribute("textMessages")>
Protected m_textMessages As ArrayList

Field Value

Type: System.Collections.ArrayList

See Also

TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace

Return to top