共用方式為


CoreStrings.ResetNotSupported 屬性

定義

'ObservableCollection < T > .不支援 Clear',因為它使用 'INotifyCollectionChanged' 'Reset' 作業,而不會提供移除的專案。 使用對 'Remove' 的多個呼叫,或使用支援 'Clear' 的通知集合,例如 'Microsoft.EntityFrameworkCore.ChangeTracking.ObservableHashSet < T > '。

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

屬性值

適用於