This documentation is archived and is not being maintained.

LinksCollection::AddLinkableItem Method

Adds the specified mapping to this collection.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

public:
void AddLinkableItem(
	String^ id, 
	String^ url
)

Parameters

id
Type: System::String

The ID of the artifact in a template.

url
Type: System::String

The URL of the artifact that was created by the template during instantiation.

Show: