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