CoreStrings.ResetNotSupported 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
'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