IConflictLogAccess.GetAllConflicts 方法
在衍生類別中覆寫時,會取得一份包含記錄檔中所有衝突的清單。
命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)
語法
'宣告
Function GetAllConflicts As IEnumerable(Of LoggedConflict)
'用途
Dim instance As IConflictLogAccess
Dim returnValue As IEnumerable(Of LoggedConflict)
returnValue = instance.GetAllConflicts
IEnumerable<LoggedConflict> GetAllConflicts ()
IEnumerable<LoggedConflict^>^ GetAllConflicts ()
IEnumerable<LoggedConflict> GetAllConflicts ()
function GetAllConflicts () : IEnumerable<LoggedConflict>
傳回值
包含記錄檔中所有衝突的清單。
請參閱
參考
IConflictLogAccess 介面
IConflictLogAccess 成員
Microsoft.Synchronization 命名空間