Share via


LinksControlBase.LinksView Property

Gets the reference to the ListView control.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
Protected ReadOnly Property LinksView As ListView
'Usage
Dim value As ListView 

value = Me.LinksView
protected ListView LinksView { get; }
protected:
property ListView^ LinksView {
    ListView^ get ();
}
protected function get LinksView () : ListView

Property Value

Type: System.Windows.Forms.ListView

.NET Framework Security

See Also

Reference

LinksControlBase Class

LinksControlBase Members

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace