Conflicts 属性
获取 SyncConflict 对象的集合,该集合中的对象包含与同步会话期间表发生的冲突有关的信息。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)
语法
声明
Public ReadOnly Property Conflicts As Collection(Of SyncConflict)
Get
用法
Dim instance As SyncTableProgress
Dim value As Collection(Of SyncConflict)
value = instance.Conflicts
public Collection<SyncConflict> Conflicts { get; }
public:
property Collection<SyncConflict^>^ Conflicts {
Collection<SyncConflict^>^ get ();
}
member Conflicts : Collection<SyncConflict>
function get Conflicts () : Collection<SyncConflict>
属性值
类型:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'SyncConflict> ) > ) >
如果发生冲突,则为 SyncConflict 对象的集合;否则为空。