Share via


CoreStrings.NavigationBadType(Object, Object, Object, Object) メソッド

定義

ナビゲーション '{1_entityType} の種類。{0_navigation}' は '{foundType}' で、'ICollection<{targetType}'> は実装されていません。 コレクション ナビゲーションでは、ターゲット型の 'ICollection<>' を実装する必要があります。

public static string NavigationBadType (object navigation, object entityType, object foundType, object targetType);
public static string NavigationBadType (object? navigation, object? entityType, object? foundType, object? targetType);
static member NavigationBadType : obj * obj * obj * obj -> string
Public Shared Function NavigationBadType (navigation As Object, entityType As Object, foundType As Object, targetType As Object) As String

パラメーター

navigation
Object
entityType
Object
foundType
Object
targetType
Object

戻り値

適用対象