TestAggregation.m_links Field
The internal list of links in this test aggregation.
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
[PersistenceElementNameAttribute("links")]
protected ArrayList m_links
[PersistenceElementNameAttribute(L"links")]
protected:
ArrayList^ m_links
[<PersistenceElementNameAttribute("links")>]
val mutable m_links: ArrayList
protected var m_links : ArrayList
Remarks
Do not use. Use the Links property instead.
.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.