ClientWiqlAdapterHelper.GetLinkTypeTopology Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Function GetLinkTypeTopology ( _
linkTypeName As String _
) As Integer
public int GetLinkTypeTopology(
string linkTypeName
)
public:
virtual int GetLinkTypeTopology(
String^ linkTypeName
) sealed
abstract GetLinkTypeTopology :
linkTypeName:string -> int
override GetLinkTypeTopology :
linkTypeName:string -> int
public final function GetLinkTypeTopology(
linkTypeName : String
) : int
Parameters
- linkTypeName
Type: System.String
Return Value
Type: System.Int32
Implements
IWiqlAdapterHelper.GetLinkTypeTopology(String)
.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.