Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.StringThe ID of the artifact in a template.
url
Type: System.StringThe 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.