Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Shared Function CalculateSummary ( _
baseProperties As ReadOnlyCollection(Of PropertyValue), _
yourProperties As ReadOnlyCollection(Of PropertyValue), _
theirProperties As ReadOnlyCollection(Of PropertyValue) _
) As PropertiesMergeSummary
public static PropertiesMergeSummary CalculateSummary(
ReadOnlyCollection<PropertyValue> baseProperties,
ReadOnlyCollection<PropertyValue> yourProperties,
ReadOnlyCollection<PropertyValue> theirProperties
)
public:
static PropertiesMergeSummary^ CalculateSummary(
ReadOnlyCollection<PropertyValue^>^ baseProperties,
ReadOnlyCollection<PropertyValue^>^ yourProperties,
ReadOnlyCollection<PropertyValue^>^ theirProperties
)
static member CalculateSummary :
baseProperties:ReadOnlyCollection<PropertyValue> *
yourProperties:ReadOnlyCollection<PropertyValue> *
theirProperties:ReadOnlyCollection<PropertyValue> -> PropertiesMergeSummary
public static function CalculateSummary(
baseProperties : ReadOnlyCollection<PropertyValue>,
yourProperties : ReadOnlyCollection<PropertyValue>,
theirProperties : ReadOnlyCollection<PropertyValue>
) : PropertiesMergeSummary
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.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.PropertiesMergeSummary
.NET Framework Security
- 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.