ItemConflictingEventArgs::GetResolutionAction Method (ChangeUnitChange)
Gets the conflict resolution action for the specified change unit change.
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::ConflictResolutionActionThe conflict resolution action for the specified change unit change.
| Exception | Condition |
|---|---|
| ArgumentNullException | changeUnitChange is a nullptr. |
| ArgumentException | changeUnitChange is not valid. |
| SyncInvalidOperationException | The source change has no ChangeUnitChange objects. |
Show: