CoreStrings.NonNotifyingCollection Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
NonNotifyingCollection(Object, Object, Object) |
Tipo di raccolta usato per la navigazione '{1_entityType}. {0_navigation}' non implementa 'INotifyCollectionChanged'. Qualsiasi tipo di entità configurato per usare la strategia di rilevamento delle modifiche '{changeTrackingStrategy}' deve usare le raccolte che implementano 'INotifyCollectionChanged'. È consigliabile usare 'ObservableCollection<T>' per questo. |
NonNotifyingCollection(Object, Object, Object, Object) |
Tipo di raccolta '{2_collectionType}' usato per la navigazione '{1_entityType}. {0_navigation}' non implementa 'INotifyCollectionChanged'. Qualsiasi tipo di entità configurato per usare la strategia di rilevamento delle modifiche '{changeTrackingStrategy}' deve usare le raccolte che implementano 'INotifyCollectionChanged'. È consigliabile usare 'ObservableCollection<T>' per questo. |
NonNotifyingCollection(Object, Object, Object)
Tipo di raccolta usato per la navigazione '{1_entityType}. {0_navigation}' non implementa 'INotifyCollectionChanged'. Qualsiasi tipo di entità configurato per usare la strategia di rilevamento delle modifiche '{changeTrackingStrategy}' deve usare le raccolte che implementano 'INotifyCollectionChanged'. È consigliabile usare 'ObservableCollection<T>' per questo.
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
Parametri
- navigation
- Object
- entityType
- Object
- changeTrackingStrategy
- Object
Restituisce
Si applica a
NonNotifyingCollection(Object, Object, Object, Object)
Tipo di raccolta '{2_collectionType}' usato per la navigazione '{1_entityType}. {0_navigation}' non implementa 'INotifyCollectionChanged'. Qualsiasi tipo di entità configurato per usare la strategia di rilevamento delle modifiche '{changeTrackingStrategy}' deve usare le raccolte che implementano 'INotifyCollectionChanged'. È consigliabile usare 'ObservableCollection<T>' per questo.
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
Parametri
- navigation
- Object
- entityType
- Object
- collectionType
- Object
- changeTrackingStrategy
- Object