TestAggregation.m_links Field
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<PersistenceElementNameAttribute("links")> _
Protected m_links As ArrayList
'Usage
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
.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.