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 名前空間