This documentation is archived and is not being maintained.
VersionControlServer::GetMergeCandidates Method (ItemSpec, String, MergeOptionsEx)
Visual Studio 2013
Gets the candidates for merging between the requested items.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: array<MergeCandidate^>^ GetMergeCandidates( ItemSpec^ source, String^ targetPath, MergeOptionsEx options )
Parameters
- source
- Type: Microsoft.TeamFoundation.VersionControl.Client::ItemSpec
The source ItemSpec for the potential merge.
- targetPath
- Type: System::String
The path of the target for the potential merge.
- options
- Type: Microsoft.TeamFoundation.VersionControl.Common::MergeOptionsEx
The options for merging.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::MergeCandidate>An array of MergeCandidate objects.
- 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.
Show: