This documentation is archived and is not being maintained.
PropertiesMergeSummary::CalculateSummary Method
Visual Studio 2013
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.
- 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: