SimpleSyncItemConstraintEventArgs.ChangeUnitsOnRemoteItem 属性

获取报告了冲突的远程项中的一组变更单位。

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

语法

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

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

属性值

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

请参阅

参考

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