SimpleSyncItemConflictingEventArgs 类

ItemConflicting 事件提供数据。

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

语法

声明
Public Class SimpleSyncItemConflictingEventArgs
    Inherits EventArgs
用法
Dim instance As SimpleSyncItemConflictingEventArgs
public class SimpleSyncItemConflictingEventArgs : EventArgs
public ref class SimpleSyncItemConflictingEventArgs : public EventArgs
public class SimpleSyncItemConflictingEventArgs extends EventArgs
public class SimpleSyncItemConflictingEventArgs extends EventArgs

备注

此类型用于并发冲突,当同一项或变更单位在以后同步的两个不同副本上发生变更时,发生并发冲突。有关更多信息,请参见为简单提供程序处理冲突

继承层次结构

System.Object
   System.EventArgs
    Microsoft.Synchronization.SimpleProviders.SimpleSyncItemConflictingEventArgs

线程安全

此类型的所有公共静态(在 Visual Basic 中共享 )成员都是线程安全的。不保证任何实例成员的线程安全。

请参阅

参考

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