ItemConflictingEventArgs 类

ItemConflicting 事件提供数据。

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

语法

声明
Public Class ItemConflictingEventArgs _
    Inherits EventArgs
用法
Dim instance As ItemConflictingEventArgs
public class ItemConflictingEventArgs : EventArgs
public ref class ItemConflictingEventArgs : public EventArgs
type ItemConflictingEventArgs =  
    class
        inherit EventArgs
    end
public class ItemConflictingEventArgs extends EventArgs

注释

在该会话的冲突解决策略设置为 ApplicationDefined 并且检测到冲突时,ItemConflicting 发生。

继承层次结构

System. . :: . .Object
  System. . :: . .EventArgs
    Microsoft.Synchronization..::..ItemConflictingEventArgs

线程安全

此类型的所有公共成员static(在 Visual Basic 中为 Shared) 都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

ItemConflictingEventArgs 成员

Microsoft.Synchronization 命名空间

其他资源

处理冲突