SimpleSyncItemConflictingEventArgs.ChangeUnitsInConflict 属性

获取 SyncId 对象的集合,这些对象表示已报告冲突的一组变更单位。

命名空间: Microsoft.Synchronization.SimpleProviders
程序集: Microsoft.Synchronization.SimpleProviders(在 microsoft.synchronization.simpleproviders.dll 中)

语法

声明
Public ReadOnly Property ChangeUnitsInConflict As IEnumerable(Of SyncId)
用法
Dim instance As SimpleSyncItemConflictingEventArgs
Dim value As IEnumerable(Of SyncId)

value = instance.ChangeUnitsInConflict
public IEnumerable<SyncId> ChangeUnitsInConflict { get; }
public:
property IEnumerable<SyncId^>^ ChangeUnitsInConflict {
    IEnumerable<SyncId^>^ get ();
}
/** @property */
public IEnumerable<SyncId> get_ChangeUnitsInConflict ()
public function get ChangeUnitsInConflict () : IEnumerable<SyncId>

属性值

SyncId 对象的集合,这些对象表示已报告冲突的一组变更单位。

请参阅

参考

SimpleSyncItemConflictingEventArgs 类
SimpleSyncItemConflictingEventArgs 成员
Microsoft.Synchronization.SimpleProviders 命名空间