CoreStrings.NonNotifyingCollection Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
NonNotifyingCollection(Object, Object, Object) |
O tipo de coleção que está sendo usado para navegação '{1_entityType}. {0_navigation}' não implementa 'INotifyCollectionChanged'. Qualquer tipo de entidade configurado para usar a estratégia de controle de alterações '{changeTrackingStrategy}' deve usar coleções que implementam 'INotifyCollectionChanged'. Considere usar 'ObservableCollection<T>' para isso. |
NonNotifyingCollection(Object, Object, Object, Object) |
O tipo de coleção '{2_collectionType}' que está sendo usado para navegação '{1_entityType}. {0_navigation}' não implementa 'INotifyCollectionChanged'. Qualquer tipo de entidade configurado para usar a estratégia de controle de alterações '{changeTrackingStrategy}' deve usar coleções que implementam 'INotifyCollectionChanged'. Considere usar 'ObservableCollection<T>' para isso. |
NonNotifyingCollection(Object, Object, Object)
O tipo de coleção que está sendo usado para navegação '{1_entityType}. {0_navigation}' não implementa 'INotifyCollectionChanged'. Qualquer tipo de entidade configurado para usar a estratégia de controle de alterações '{changeTrackingStrategy}' deve usar coleções que implementam 'INotifyCollectionChanged'. Considere usar 'ObservableCollection<T>' para isso.
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
Retornos
Aplica-se a
NonNotifyingCollection(Object, Object, Object, Object)
O tipo de coleção '{2_collectionType}' que está sendo usado para navegação '{1_entityType}. {0_navigation}' não implementa 'INotifyCollectionChanged'. Qualquer tipo de entidade configurado para usar a estratégia de controle de alterações '{changeTrackingStrategy}' deve usar coleções que implementam 'INotifyCollectionChanged'. Considere usar 'ObservableCollection<T>' para isso.
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
Retornos
Aplica-se a
Entity Framework