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 命名空間