CoreStrings.NoSetter(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.
Propriété « {1_entityType}. {0_property}' n’a pas de setter. Rendez la propriété accessible en écriture ou utilisez un « {propertyAccessMode} » différent.
public static string NoSetter (object property, object entity, object pam);
public static string NoSetter (object property, object entityType, object propertyAccessMode);
public static string NoSetter (object? property, object? entityType, object? propertyAccessMode);
static member NoSetter : obj * obj * obj -> string
static member NoSetter : obj * obj * obj -> string
Public Shared Function NoSetter (property As Object, entity As Object, pam As Object) As String
Public Shared Function NoSetter (property As Object, entityType As Object, propertyAccessMode As Object) As String
Paramètres
- property
- Object
- entityentityType
- 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.