Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the collection of outgoing links for this WorkItem.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Links As LinkCollection
'Usage
Dim instance As WorkItem
Dim value As LinkCollection
value = instance.Links
public LinkCollection Links { get; }
public:
property LinkCollection^ Links {
LinkCollection^ get ();
}
public function get Links () : LinkCollection
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.LinkCollection
Remarks
The sort order of this collection is not guaranteed to stay the same when the work item is reset or a new instance is created.
.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.