Partager via


VersionControlServer.GetMergeCandidates, méthode (String, String, RecursionType)

Obtient les candidats pour fusionner entre les éléments demandés.

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

Syntaxe

'Déclaration
Public Function GetMergeCandidates ( _
    sourcePath As String, _
    targetPath As String, _
    recursion As RecursionType _
) As MergeCandidate()
public MergeCandidate[] GetMergeCandidates(
    string sourcePath,
    string targetPath,
    RecursionType recursion
)

Paramètres

  • sourcePath
    Type : System.String
    Le chemin d'accès de la source de la fusion potentielle.
  • targetPath
    Type : System.String
    Le chemin d'accès de la cible de la fusion potentielle.

Valeur de retour

Type : array<Microsoft.TeamFoundation.VersionControl.Client.MergeCandidate[]
Tableau d'objets MergeCandidate.

Notes

sourcePath et targetPath peuvent être des variables locales ou des chemins d'accès au serveur.

Sécurité .NET Framework

Voir aussi

Référence

VersionControlServer Classe

GetMergeCandidates, surcharge

Microsoft.TeamFoundation.VersionControl.Client, espace de noms