ItemConflictingEventArgs::GetResolutionAction Method (ChangeUnitChange)

Gets the conflict resolution action for the specified change unit change.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
virtual ConflictResolutionAction GetResolutionAction(
	ChangeUnitChange^ changeUnitChange
)

Parameters

changeUnitChange
Type: Microsoft.Synchronization::ChangeUnitChange
The change unit change that is associated with the returned conflict resolution action.

Return Value

Type: Microsoft.Synchronization::ConflictResolutionAction
The conflict resolution action for the specified change unit change.

ExceptionCondition
ArgumentNullException

changeUnitChange is a nullptr.

ArgumentException

changeUnitChange is not valid.

SyncInvalidOperationException

The source change has no ChangeUnitChange objects.

Show: