CoreStrings.SkipNavigationInUseBySkipNavigation 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.
Surcharges
SkipNavigationInUseBySkipNavigation(Object, Object, Object) |
Impossible de supprimer la navigation « {skipNavigation} », car elle est définie comme inverse de la navigation « {inverseSkipNavigation} » sur « {referenceingEntityType} ». Toutes les navigations d’ignorer de référence doivent être supprimées avant que cette navigation d’ignorer puisse être supprimée. |
SkipNavigationInUseBySkipNavigation(Object, Object, Object, Object) |
Ignorer la navigation « {entityType}. {skipNavigation} » ne peut pas être supprimé, car il est configuré comme l’inverse de la navigation « {referenceingEntityType}. {inverseSkipNavigation}'. Toutes les navigations d’ignorer de référence doivent être supprimées avant que cette navigation d’ignorer puisse être supprimée. |
SkipNavigationInUseBySkipNavigation(Object, Object, Object)
Impossible de supprimer la navigation « {skipNavigation} », car elle est définie comme inverse de la navigation « {inverseSkipNavigation} » sur « {referenceingEntityType} ». Toutes les navigations d’ignorer de référence doivent être supprimées avant que cette navigation d’ignorer puisse être supprimée.
public static string SkipNavigationInUseBySkipNavigation (object skipNavigation, object inverseSkipNavigation, object referencingEntityType);
static member SkipNavigationInUseBySkipNavigation : obj * obj * obj -> string
Public Shared Function SkipNavigationInUseBySkipNavigation (skipNavigation As Object, inverseSkipNavigation As Object, referencingEntityType As Object) As String
Paramètres
- skipNavigation
- Object
- inverseSkipNavigation
- Object
- referencingEntityType
- Object
Retours
S’applique à
SkipNavigationInUseBySkipNavigation(Object, Object, Object, Object)
Ignorer la navigation « {entityType}. {skipNavigation} » ne peut pas être supprimé, car il est configuré comme l’inverse de la navigation « {referenceingEntityType}. {inverseSkipNavigation}'. Toutes les navigations d’ignorer de référence doivent être supprimées avant que cette navigation d’ignorer puisse être supprimée.
public static string SkipNavigationInUseBySkipNavigation (object? entityType, object? skipNavigation, object? referencingEntityType, object? inverseSkipNavigation);
static member SkipNavigationInUseBySkipNavigation : obj * obj * obj * obj -> string
Public Shared Function SkipNavigationInUseBySkipNavigation (entityType As Object, skipNavigation As Object, referencingEntityType As Object, inverseSkipNavigation As Object) As String
Paramètres
- entityType
- Object
- skipNavigation
- Object
- referencingEntityType
- Object
- inverseSkipNavigation
- Object