Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.