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