Workstation.UpdateServerUriReferences, méthode

Remarque : cette API est maintenant obsolète.

Met à jour le cache pour référencer le référentiel spécifiée de contrôle de code source à l'aide de l'URI spécifié (URI).

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Client
Assembly :  Microsoft.TeamFoundation.VersionControl.Client (dans Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("This method is no longer useful and performs no work.  You may safely omit your call to this method.",  _
    False)> _
Public Sub UpdateServerUriReferences ( _
    sourceControl As VersionControlServer, _
    uri As Uri _
)
[ObsoleteAttribute("This method is no longer useful and performs no work.  You may safely omit your call to this method.", 
    false)]
public void UpdateServerUriReferences(
    VersionControlServer sourceControl,
    Uri uri
)

Paramètres

  • uri
    Type : System.Uri
    L'URI du serveur de base de données de référentiel.

Sécurité .NET Framework

Voir aussi

Référence

Workstation Classe

Microsoft.TeamFoundation.VersionControl.Client, espace de noms