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