次の方法で共有


ItemConflictingEventArgs.GetResolutionAction メソッド (ChangeUnitChange)

指定された変更単位の変更に対する競合の解決アクションを取得します。

名前空間: Microsoft.Synchronization
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)

構文

'宣言
Public Overridable Function GetResolutionAction ( _
    changeUnitChange As ChangeUnitChange _
) As ConflictResolutionAction
'使用
Dim instance As ItemConflictingEventArgs
Dim changeUnitChange As ChangeUnitChange
Dim returnValue As ConflictResolutionAction

returnValue = instance.GetResolutionAction(changeUnitChange)
public virtual ConflictResolutionAction GetResolutionAction (
    ChangeUnitChange changeUnitChange
)
public:
virtual ConflictResolutionAction GetResolutionAction (
    ChangeUnitChange^ changeUnitChange
)
public ConflictResolutionAction GetResolutionAction (
    ChangeUnitChange changeUnitChange
)
public function GetResolutionAction (
    changeUnitChange : ChangeUnitChange
) : ConflictResolutionAction

パラメータ

  • changeUnitChange
    返された競合の解決アクションに関連付けられている変更単位の変更です。

戻り値

指定された変更単位の変更に対する競合の解決アクションです。

参照

リファレンス

ItemConflictingEventArgs クラス
ItemConflictingEventArgs メンバ
Microsoft.Synchronization 名前空間