ItemChange.ChangeUnitChanges 属性
获取包含在项变更中的变更单位变更的集合。
命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)
语法
声明
Public ReadOnly Property ChangeUnitChanges As ReadOnlyCollection(Of ChangeUnitChange)
用法
Dim instance As ItemChange
Dim value As ReadOnlyCollection(Of ChangeUnitChange)
value = instance.ChangeUnitChanges
public ReadOnlyCollection<ChangeUnitChange> ChangeUnitChanges { get; }
public:
property ReadOnlyCollection<ChangeUnitChange^>^ ChangeUnitChanges {
ReadOnlyCollection<ChangeUnitChange^>^ get ();
}
/** @property */
public ReadOnlyCollection<ChangeUnitChange> get_ChangeUnitChanges ()
public function get ChangeUnitChanges () : ReadOnlyCollection<ChangeUnitChange>
属性值
包含在项变更中的变更单位变更的集合。如果没有变更单位变更,则返回一个空集合。