Freigeben über


ItemConflictingEventArgs.SetResolutionAction-Methode (ChangeUnitChange, ConflictResolutionAction)

Legt die Konfliktauflösungsaktion für die angegebene Änderung der Änderungseinheit fest.

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

Syntax

'Declaration
Public Overridable Sub SetResolutionAction ( _
    changeUnitChange As ChangeUnitChange, _
    resolutionAction As ConflictResolutionAction _
)
'Usage
Dim instance As ItemConflictingEventArgs
Dim changeUnitChange As ChangeUnitChange
Dim resolutionAction As ConflictResolutionAction

instance.SetResolutionAction(changeUnitChange, resolutionAction)
public virtual void SetResolutionAction (
    ChangeUnitChange changeUnitChange,
    ConflictResolutionAction resolutionAction
)
public:
virtual void SetResolutionAction (
    ChangeUnitChange^ changeUnitChange, 
    ConflictResolutionAction resolutionAction
)
public void SetResolutionAction (
    ChangeUnitChange changeUnitChange, 
    ConflictResolutionAction resolutionAction
)
public function SetResolutionAction (
    changeUnitChange : ChangeUnitChange, 
    resolutionAction : ConflictResolutionAction
)

Parameter

  • changeUnitChange
    Die Änderungseinheit, die der Konfliktauflösungsaktion zugeordnet werden soll.
  • resolutionAction
    Die Konfliktauflösungsaktion.

Hinweise

Durch Festlegen dieser Aktion gibt der ItemConflicting-Ereignishandler an, wie der Konflikt vom Änderungsanwender behandelt werden soll.

Siehe auch

Verweis

ItemConflictingEventArgs-Klasse
ItemConflictingEventArgs-Member
Microsoft.Synchronization-Namespace