IProjectComponentCreator.CreateLink, méthode
Crée un lien vers la cible du type spécifié de l'artefact spécifié de la source.
Espace de noms : Microsoft.TeamFoundation.Client
Assembly : Microsoft.VisualStudio.TeamFoundation.Client (dans Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Sub CreateLink ( _
ctxt As ProjectCreationContext, _
sourceId As String, _
targetUri As String, _
type As String _
)
void CreateLink(
ProjectCreationContext ctxt,
string sourceId,
string targetUri,
string type
)
Paramètres
- ctxt
Type : Microsoft.TeamFoundation.Client.ProjectCreationContext
ProjectCreationContext associé au processus actuel.
- sourceId
Type : System.String
L'URI (URI) de l'artefact source.
- targetUri
Type : System.String
L'URI de l'artefact cible.
- type
Type : System.String
Le type de l'artefact cible.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.