共用方式為


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>

屬性值

包含在此項目變更中之變更單位變更的集合。如果沒有任何變更單位變更,就會傳回空的集合。

請參閱

參考

ItemChange 類別
ItemChange 成員
Microsoft.Synchronization 命名空間