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