次の方法で共有


SimpleSyncItemConflictingEventArgs.ChangeUnitsInConflict プロパティ

競合が報告された変更単位のセットを表す SyncId オブジェクトのコレクションを取得します。

名前空間: Microsoft.Synchronization.SimpleProviders
アセンブリ: Microsoft.Synchronization.SimpleProviders (microsoft.synchronization.simpleproviders.dll 内)

構文

'宣言
Public ReadOnly Property ChangeUnitsInConflict As IEnumerable(Of SyncId)
'使用
Dim instance As SimpleSyncItemConflictingEventArgs
Dim value As IEnumerable(Of SyncId)

value = instance.ChangeUnitsInConflict
public IEnumerable<SyncId> ChangeUnitsInConflict { get; }
public:
property IEnumerable<SyncId^>^ ChangeUnitsInConflict {
    IEnumerable<SyncId^>^ get ();
}
/** @property */
public IEnumerable<SyncId> get_ChangeUnitsInConflict ()
public function get ChangeUnitsInConflict () : IEnumerable<SyncId>

プロパティ値

競合が報告された変更単位のセットを表す SyncId オブジェクトのコレクション。

参照

リファレンス

SimpleSyncItemConflictingEventArgs クラス
SimpleSyncItemConflictingEventArgs メンバー
Microsoft.Synchronization.SimpleProviders 名前空間