共用方式為


IConflictLogAccess.GetConflictsByConflictingItemId 方法

在衍生類別中覆寫時,會取得一份清單,其中包含記錄檔的所有衝突,或是只包含至少與其中一個指定之要求項目清單中之項目發生衝突的衝突。

命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)

語法

'宣告
Function GetConflictsByConflictingItemId ( _
    conflictingItems As IEnumerable(Of ItemChange) _
) As IEnumerable(Of LoggedConflict)
'用途
Dim instance As IConflictLogAccess
Dim conflictingItems As IEnumerable(Of ItemChange)
Dim returnValue As IEnumerable(Of LoggedConflict)

returnValue = instance.GetConflictsByConflictingItemId(conflictingItems)
IEnumerable<LoggedConflict> GetConflictsByConflictingItemId (
    IEnumerable<ItemChange> conflictingItems
)
IEnumerable<LoggedConflict^>^ GetConflictsByConflictingItemId (
    IEnumerable<ItemChange^>^ conflictingItems
)
IEnumerable<LoggedConflict> GetConflictsByConflictingItemId (
    IEnumerable<ItemChange> conflictingItems
)
function GetConflictsByConflictingItemId (
    conflictingItems : IEnumerable<ItemChange>
) : IEnumerable<LoggedConflict>

參數

  • conflictingItems
    傳回清單中的每個衝突都會與這份清單中指定的其中一個項目發生衝突。

傳回值

一份清單,其中包含記錄檔的所有衝突,或是只包含至少與其中一個指定之要求項目清單中之項目發生衝突的衝突。

備註

實作器注意事項: 此方法的實作可能只會傳回記錄檔中的所有衝突,並忽略 conflictingItems 所指定之要求項目的清單。 如果實作使用 conflictingItems 判斷其輸出,它必須傳回記錄檔中,與列在 conflictingItems 中之項目識別碼或變更單位識別碼發生衝突的所有衝突。

請參閱

參考

IConflictLogAccess 介面
IConflictLogAccess 成員
Microsoft.Synchronization 命名空間