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