Sdílet prostřednictvím


VersionControlServer.GetMergeCandidates – metoda (String, String, RecursionType)

Získá kandidáty pro slučování mezi požadované položky.

Obor názvů:  Microsoft.TeamFoundation.VersionControl.Client
Sestavení:  Microsoft.TeamFoundation.VersionControl.Client (v Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntaxe

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

Parametry

  • sourcePath
    Typ: System.String
    Cesta zdroje pro potenciální korespondenci.
  • targetPath
    Typ: System.String
    Cesta Cíl pro potenciální hromadné korespondence.

Vrácená hodnota

Typ: array<Microsoft.TeamFoundation.VersionControl.Client.MergeCandidate[]
Matice MergeCandidate objekty.

Poznámky

sourcePatha targetPath může být místní nebo server cest.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VersionControlServer Třída

GetMergeCandidates – přetížení

Microsoft.TeamFoundation.VersionControl.Client – obor názvů