CoreStrings.AmbiguousDependentEntity(Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实体类型“{entityType}”使用共享类型,当前从多个所有者实体引用提供的实体。 若要访问特定引用的条目,请在所有者条目上调用“{targetEntryCall}”。
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
参数
- entityType
- Object
- targetEntryCall
- Object