CoreStrings.UntrackedDependentEntity(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.
Le type d’entité « {entityType} » utilise un type partagé et l’entité fournie n’est actuellement pas suivie. Pour commencer à suivre cette entité, appelez « {referenceCall} » ou « {collectionCall} » sur l’entrée propriétaire.
public static string UntrackedDependentEntity (object entityType, object referenceCall, object collectionCall);
public static string UntrackedDependentEntity (object? entityType, object? referenceCall, object? collectionCall);
static member UntrackedDependentEntity : obj * obj * obj -> string
Public Shared Function UntrackedDependentEntity (entityType As Object, referenceCall As Object, collectionCall As Object) As String
Paramètres
- entityType
- Object
- referenceCall
- Object
- collectionCall
- 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.