ItemConstraintEventArgs.DestinationChange 属性
从目标提供程序获取变更元数据。
命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)
语法
声明
Public Overridable ReadOnly Property DestinationChange As ItemChange
用法
Dim instance As ItemConstraintEventArgs
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
属性值
来自目标提供程序的变更元数据。
请参阅
参考
ItemConstraintEventArgs 类
ItemConstraintEventArgs 成员
Microsoft.Synchronization 命名空间