Share via


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

See Also

Reference

TestAggregation Class

Microsoft.VisualStudio.TestTools.Common Namespace

Links