TestAggregation.m_links Field

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

See Also

Reference

TestAggregation Class

TestAggregation Members

Microsoft.VisualStudio.TestTools.Common Namespace