Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Studio SDK
Workspace Class
Workspace Methods
 MergeContent Method
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Reference for Team Foundation Server SDK
Workspace.MergeContent Method

Performs a content merge based on the requested conflict.

Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in microsoft.teamfoundation.versioncontrol.client.dll)

Visual Basic (Declaration)
Public Function MergeContent ( _
	conflict As Conflict, _
	useExternalMergeTool As Boolean _
) As Boolean
Visual Basic (Usage)
Dim instance As Workspace
Dim conflict As Conflict
Dim useExternalMergeTool As Boolean
Dim returnValue As Boolean

returnValue = instance.MergeContent(conflict, useExternalMergeTool)
C#
public bool MergeContent (
	Conflict conflict,
	bool useExternalMergeTool
)
C++
public:
bool MergeContent (
	Conflict^ conflict, 
	bool useExternalMergeTool
)
J#
public boolean MergeContent (
	Conflict conflict, 
	boolean useExternalMergeTool
)
JScript
public function MergeContent (
	conflict : Conflict, 
	useExternalMergeTool : boolean
) : boolean

Parameters

conflict

Conflict for which to do a content merge.

useExternalMergeTool

Whether to use a registered external merge tool.

Return Value

true if the merge was successful; otherwise false.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker