LinksCollection.GetLinkableItem Method
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
'Декларация
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.