Share via


ClientWiqlAdapterHelper.GetAllLinkTypeIds Method

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

Syntax

'Declaration
Public Function GetAllLinkTypeIds As IEnumerable(Of Integer)
public IEnumerable<int> GetAllLinkTypeIds()
public:
virtual IEnumerable<int>^ GetAllLinkTypeIds() sealed
abstract GetAllLinkTypeIds : unit -> IEnumerable<int> 
override GetAllLinkTypeIds : unit -> IEnumerable<int> 
public final function GetAllLinkTypeIds() : IEnumerable<int>

Return Value

Type: System.Collections.Generic.IEnumerable<Int32>

Implements

IWiqlAdapterHelper.GetAllLinkTypeIds

.NET Framework Security

See Also

Reference

ClientWiqlAdapterHelper Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace