Adds the specified mapping to this collection.
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub AddLinkableItem ( _
    id As String, _
    url As String _
)
public void AddLinkableItem(
    string id,
    string url
)
public:
void AddLinkableItem(
    String^ id, 
    String^ url
)
member AddLinkableItem : 
        id:string * 
        url:string -> unit
public function AddLinkableItem(
    id : String, 
    url : String
)
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. 
.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.