ItemConflictingEventArgs.DestinationChange 属性

获取目标副本的变更项。

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

语法

声明
Public Overridable ReadOnly Property DestinationChange As ItemChange
用法
Dim instance As ItemConflictingEventArgs
Dim value As ItemChange

value = instance.DestinationChange
public virtual ItemChange DestinationChange { get; }
public:
virtual property ItemChange^ DestinationChange {
    ItemChange^ get ();
}
/** @property */
public ItemChange get_DestinationChange ()
public function get DestinationChange () : ItemChange

属性值

目标副本的变更项。

请参阅

参考

ItemConflictingEventArgs 类
ItemConflictingEventArgs 成员
Microsoft.Synchronization 命名空间