CoreStrings.NavigationFromShadowEntity(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.
Attention
Cette API est à présent déconseillée.
La navigation « {navigation} » ne peut pas être ajoutée au type d’entité « {entityType} », car elle est définie à l’état d’ombre et les propriétés de navigation ne peuvent pas provenir d’entités d’état d’ombre.
[System.Obsolete]
public static string NavigationFromShadowEntity (object? navigation, object? entityType);
[<System.Obsolete>]
static member NavigationFromShadowEntity : obj * obj -> string
Public Shared Function NavigationFromShadowEntity (navigation As Object, entityType As Object) As String
Paramètres
- navigation
- Object
- entityType
- Object
Retours
- Attributs
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.