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
- 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