CoreStrings.PropertyCalledOnNavigation(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.
« {property} » ne peut pas être utilisé comme propriété sur le type d’entité « {entityType} », car il est configuré en tant que navigation.
public static string PropertyCalledOnNavigation(object property, object entityType);
public static string PropertyCalledOnNavigation(object? property, object? entityType);
static member PropertyCalledOnNavigation : obj * obj -> string
Public Shared Function PropertyCalledOnNavigation (property As Object, entityType As Object) As String
Paramètres
- property
- Object
- entityType
- Object