CoreStrings.NamedIndexDefinedOnNonExistentProperty 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.
Un index « {indexName} » spécifié via l’attribut [Index] sur le type d’entité « {entityType} » fait référence aux propriétés {indexProperties}, mais aucune propriété portant le nom « {propertyName} » n’existe sur ce type d’entité ou sur l’un de ses types de base.
public static string NamedIndexDefinedOnNonExistentProperty (object indexName, object entityType, object indexPropertyList, object propertyName);
public static string NamedIndexDefinedOnNonExistentProperty (object? indexName, object? entityType, object? indexProperties, object? propertyName);
static member NamedIndexDefinedOnNonExistentProperty : obj * obj * obj * obj -> string
static member NamedIndexDefinedOnNonExistentProperty : obj * obj * obj * obj -> string
Public Shared Function NamedIndexDefinedOnNonExistentProperty (indexName As Object, entityType As Object, indexPropertyList As Object, propertyName As Object) As String
Public Shared Function NamedIndexDefinedOnNonExistentProperty (indexName As Object, entityType As Object, indexProperties As Object, propertyName As Object) As String
Paramètres
- indexName
- Object
- entityType
- Object
- indexPropertyListindexProperties
- Object
- propertyName
- 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.