CoreStrings.ResetNotSupported Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
'ObservableCollection<T>. Clear » n’est pas pris en charge, car il utilise l’opération « Reset » « INotifyCollectionChanged », qui ne fournit pas les éléments supprimés. Utilisez plusieurs appels à « Remove » ou utilisez une collection de notification qui prend en charge « Clear », telle que « Microsoft.EntityFrameworkCore.ChangeTracking.ObservableHashSet<T> ».
public static string ResetNotSupported { get; }
static member ResetNotSupported : string
Public Shared ReadOnly Property ResetNotSupported As String