Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the link in this collection of the specified artifact ID.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function GetLinkableItem ( _
id As String _
) As String
public string GetLinkableItem(
string id
)
public:
String^ GetLinkableItem(
String^ id
)
member GetLinkableItem :
id:string -> string
public function GetLinkableItem(
id : String
) : String
Parameters
- id
Type: System.String
The artifact ID
Return Value
Type: System.String
The URL of the real artifact.
.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.