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)

Syntax

‘선언
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

  • url
    Type: System.String
    The URL of the artifact that was created by the template during instantiation.

.NET Framework Security

See Also

Reference

LinksCollection Class

Microsoft.TeamFoundation.Client Namespace