CoreStrings.NoProperty(Object, Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Aucune propriété n’a été associée au champ « {field} » du type d’entité « {entity} ». Configurez une propriété ou utilisez une autre propriété « {propertyAccessMode} ».
public static string NoProperty (object field, object entity, object pam);
public static string NoProperty (object field, object entity, object propertyAccessMode);
public static string NoProperty (object? field, object? entity, object? propertyAccessMode);
static member NoProperty : obj * obj * obj -> string
static member NoProperty : obj * obj * obj -> string
Public Shared Function NoProperty (field As Object, entity As Object, pam As Object) As String
Public Shared Function NoProperty (field As Object, entity As Object, propertyAccessMode As Object) As String
Paramètres
- field
- Object
- entity
- Object
- pampropertyAccessMode
- Object
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.