SimpleSyncItemConstraintEventArgs 类

ItemConstraint 事件提供数据。

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

语法

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

备注

此类型用于约束冲突,当某一项与目标存储区中的另一项有冲突而无法保存该项时,会发生约束冲突(例如当源提供程序发送的文件与目标副本中已存在的文件具有相同的名称和位置时)。有关更多信息,请参见为简单提供程序处理冲突

继承层次结构

System.Object
   System.EventArgs
    Microsoft.Synchronization.SimpleProviders.SimpleSyncItemConstraintEventArgs

线程安全

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

请参阅

参考

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