WorkItem.Links Property

Gets the collection of the links in this work item.

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

Syntax

'宣言
Public ReadOnly Property Links As LinkCollection
    Get
public LinkCollection Links { get; }
public:
property LinkCollection^ Links {
    LinkCollection^ get ();
}
member Links : LinkCollection
function get Links () : LinkCollection

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.LinkCollection
The collection of links in this work item.

.NET Framework Security

See Also

Reference

WorkItem Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace