ItemConstraintEventArgs.SourceChange 属性
获取源提供程序的变更元数据。
命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)
语法
声明
Public Overridable ReadOnly Property SourceChange As ItemChange
用法
Dim instance As ItemConstraintEventArgs
Dim value As ItemChange
value = instance.SourceChange
public virtual ItemChange SourceChange { get; }
public:
virtual property ItemChange^ SourceChange {
ItemChange^ get ();
}
/** @property */
public ItemChange get_SourceChange ()
public function get SourceChange () : ItemChange
属性值
来自源提供程序的变更元数据。
请参阅
参考
ItemConstraintEventArgs 类
ItemConstraintEventArgs 成员
Microsoft.Synchronization 命名空间