This documentation is archived and is not being maintained.

PropertiesMergeSummary::CalculateSummary Method

Calculates the merge summary based on the provided properties.

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

public:
static PropertiesMergeSummary^ CalculateSummary(
	ReadOnlyCollection<PropertyValue^>^ baseProperties, 
	ReadOnlyCollection<PropertyValue^>^ yourProperties, 
	ReadOnlyCollection<PropertyValue^>^ theirProperties
)

Parameters

baseProperties
Type: System.Collections.ObjectModel::ReadOnlyCollection<PropertyValue>

The base property of the summary.

yourProperties
Type: System.Collections.ObjectModel::ReadOnlyCollection<PropertyValue>

The total changes in your properties when they are compared to base.

theirProperties
Type: System.Collections.ObjectModel::ReadOnlyCollection<PropertyValue>

The total changes in their properties when they are compared to base.

Show: