Propriété SimpleSyncItemConflictingEventArgs.ChangeUnitsInConflict
Obtient une collection d'objets SyncId qui représentent un jeu d'unités de modification pour lesquelles un conflit a été signalé.
Espace de noms: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (dans microsoft.synchronization.simpleproviders.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ChangeUnitsInConflict As IEnumerable(Of SyncId)
'Utilisation
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>
Valeur de propriété
Collection d'objets SyncId qui représentent un jeu d'unités de modification pour lesquelles un conflit a été signalé.
Voir aussi
Référence
Classe SimpleSyncItemConflictingEventArgs
Membres SimpleSyncItemConflictingEventArgs
Espace de noms Microsoft.Synchronization.SimpleProviders