競合が報告されたリモート項目における変更単位のセットを取得します。
名前空間: Microsoft.Synchronization.SimpleProviders
アセンブリ: Microsoft.Synchronization.SimpleProviders (Microsoft.Synchronization.SimpleProviders.dll 内)
構文
'宣言
Public ReadOnly Property ChangeUnitsOnRemoteItem As IEnumerable(Of SyncId)
Get
'使用
Dim instance As SimpleSyncItemConstraintEventArgs
Dim value As IEnumerable(Of SyncId)
value = instance.ChangeUnitsOnRemoteItem
public IEnumerable<SyncId> ChangeUnitsOnRemoteItem { get; }
public:
property IEnumerable<SyncId^>^ ChangeUnitsOnRemoteItem {
IEnumerable<SyncId^>^ get ();
}
member ChangeUnitsOnRemoteItem : IEnumerable<SyncId>
function get ChangeUnitsOnRemoteItem () : IEnumerable<SyncId>
プロパティ値
型 : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'SyncId> ) > ) >
競合が報告されたリモート項目における変更単位のセットを表す SyncId オブジェクトのコレクション。
参照
参照
SimpleSyncItemConstraintEventArgsクラス