CoreStrings.AmbiguousDependentEntity(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entity type '{entityType}' is a shared-type entity type and the supplied entity is currently referenced from several owner entities. To access the entry for a particular reference, call '{targetEntryCall}' on the owner entry.
public static string AmbiguousDependentEntity(object? entityType, object? targetEntryCall);
public static string AmbiguousDependentEntity(object entityType, object targetEntryCall);
static member AmbiguousDependentEntity : obj * obj -> string
Public Shared Function AmbiguousDependentEntity (entityType As Object, targetEntryCall As Object) As String
Parameters
- entityType
- Object
- targetEntryCall
- Object