CoreStrings.ResetNotSupported 属性

定义

'ObservableCollection<T>.不支持 Clear,因为它使用“INotifyCollectionChanged”“重置”操作,此操作不提供删除的项。 使用对“Remove”的多个调用,或使用支持“Clear”的通知集合,例如“Microsoft.EntityFrameworkCore.ChangeTracking.ObservableHashSet<T>”。

public static string ResetNotSupported { get; }
static member ResetNotSupported : string
Public Shared ReadOnly Property ResetNotSupported As String

属性值

适用于