Partager via


CoreStrings.NoPropertyType(Object, Object) Méthode

Définition

La propriété « {property} » ne peut pas être ajoutée au type « {type} », car aucun type de propriété n’a été spécifié et il n’existe aucune propriété ou champ CLR correspondant. Pour ajouter une propriété d’état d’ombre, le type de propriété doit être spécifié.

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

Paramètres

property
Object
entityTypetype
Object

Retours

S’applique à