LinksControlBase.m_linkList Field
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Protected m_linkList As ListView
'Usage
Dim value As ListView
value = Me.m_linkList
Me.m_linkList = value
protected ListView m_linkList
protected:
ListView^ m_linkList
protected var m_linkList : ListView
.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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace