CoreStrings.NonNotifyingCollection Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
NonNotifyingCollection(Object, Object, Object) |
Tipo de colección que se usa para la navegación '{1_entityType}. {0_navigation}" no implementa "INotifyCollectionChanged". Cualquier tipo de entidad configurado para usar la estrategia de seguimiento de cambios '{changeTrackingStrategy}' debe usar colecciones que implementen 'INotifyCollectionChanged'. Considere la posibilidad de usar "ObservableCollection<T>" para esto. |
NonNotifyingCollection(Object, Object, Object, Object) |
El tipo de colección '{2_collectionType}' que se usa para la navegación '{1_entityType}. {0_navigation}" no implementa "INotifyCollectionChanged". Cualquier tipo de entidad configurado para usar la estrategia de seguimiento de cambios '{changeTrackingStrategy}' debe usar colecciones que implementen 'INotifyCollectionChanged'. Considere la posibilidad de usar "ObservableCollection<T>" para esto. |
NonNotifyingCollection(Object, Object, Object)
Tipo de colección que se usa para la navegación '{1_entityType}. {0_navigation}" no implementa "INotifyCollectionChanged". Cualquier tipo de entidad configurado para usar la estrategia de seguimiento de cambios '{changeTrackingStrategy}' debe usar colecciones que implementen 'INotifyCollectionChanged'. Considere la posibilidad de usar "ObservableCollection<T>" para esto.
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
Parámetros
- navigation
- Object
- entityType
- Object
- changeTrackingStrategy
- Object
Devoluciones
Se aplica a
NonNotifyingCollection(Object, Object, Object, Object)
El tipo de colección '{2_collectionType}' que se usa para la navegación '{1_entityType}. {0_navigation}" no implementa "INotifyCollectionChanged". Cualquier tipo de entidad configurado para usar la estrategia de seguimiento de cambios '{changeTrackingStrategy}' debe usar colecciones que implementen 'INotifyCollectionChanged'. Considere la posibilidad de usar "ObservableCollection<T>" para esto.
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
Parámetros
- navigation
- Object
- entityType
- Object
- collectionType
- Object
- changeTrackingStrategy
- Object