Partager via


CoreStrings.NonIndexerEntityType(Object, Object, Object) Méthode

Définition

Impossible d’ajouter la propriété d’indexeur « {property} », car il n’existe aucun indexeur sur « {entityType} » prenant un seul argument de type assignable à partir de « {type} ».

public static string NonIndexerEntityType (object property, object entityType, object type);
public static string NonIndexerEntityType (object? property, object? entityType, object? type);
static member NonIndexerEntityType : obj * obj * obj -> string
Public Shared Function NonIndexerEntityType (property As Object, entityType As Object, type As Object) As String

Paramètres

property
Object
entityType
Object
type
Object

Retours

S’applique à