Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.StringThe 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.