Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.