This documentation is archived and is not being maintained.

ThreeWayMerge::ContentMergeSummary Property

Gets the content merge summary.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property MergeSummary^ ContentMergeSummary {
	MergeSummary^ get ();
	internal: void set (MergeSummary^ value);
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Common::MergeSummary
The content merge summary.

Show: