Sdílet prostřednictvím


CoreStrings.NonNotifyingCollection Metoda

Definice

Přetížení

NonNotifyingCollection(Object, Object, Object)

Typ kolekce, který se používá pro navigaci {1_entityType}. {0_navigation} neimplementuje INotifyCollectionChanged. Jakýkoli typ entity nakonfigurovaný tak, aby používal strategii sledování změn {changeTrackingStrategy}, musí používat kolekce, které implementují INotifyCollectionChanged. Zvažte použití funkce ObservableCollection<T>.

NonNotifyingCollection(Object, Object, Object, Object)

Typ kolekce {2_collectionType} používaný pro navigaci {1_entityType}. {0_navigation} neimplementuje INotifyCollectionChanged. Jakýkoli typ entity nakonfigurovaný tak, aby používal strategii sledování změn {changeTrackingStrategy}, musí používat kolekce, které implementují INotifyCollectionChanged. Zvažte použití funkce ObservableCollection<T>.

NonNotifyingCollection(Object, Object, Object)

Typ kolekce, který se používá pro navigaci {1_entityType}. {0_navigation} neimplementuje INotifyCollectionChanged. Jakýkoli typ entity nakonfigurovaný tak, aby používal strategii sledování změn {changeTrackingStrategy}, musí používat kolekce, které implementují INotifyCollectionChanged. Zvažte použití funkce ObservableCollection<T>.

public static string NonNotifyingCollection (object navigation, object entityType, object changeTrackingStrategy);
static member NonNotifyingCollection : obj * obj * obj -> string
Public Shared Function NonNotifyingCollection (navigation As Object, entityType As Object, changeTrackingStrategy As Object) As String

Parametry

navigation
Object
entityType
Object
changeTrackingStrategy
Object

Návraty

Platí pro

NonNotifyingCollection(Object, Object, Object, Object)

Typ kolekce {2_collectionType} používaný pro navigaci {1_entityType}. {0_navigation} neimplementuje INotifyCollectionChanged. Jakýkoli typ entity nakonfigurovaný tak, aby používal strategii sledování změn {changeTrackingStrategy}, musí používat kolekce, které implementují INotifyCollectionChanged. Zvažte použití funkce ObservableCollection<T>.

public static string NonNotifyingCollection (object? navigation, object? entityType, object? collectionType, object? changeTrackingStrategy);
static member NonNotifyingCollection : obj * obj * obj * obj -> string
Public Shared Function NonNotifyingCollection (navigation As Object, entityType As Object, collectionType As Object, changeTrackingStrategy As Object) As String

Parametry

navigation
Object
entityType
Object
collectionType
Object
changeTrackingStrategy
Object

Návraty

Platí pro