共用方式為


CoreStrings.PropertyCalledOnNavigation(Object, Object) 方法

定義

'{property}' 無法做為實體類型 '{entityType}' 上的屬性,因為它已設定為導覽。

public static string PropertyCalledOnNavigation (object property, object entityType);
public static string PropertyCalledOnNavigation (object? property, object? entityType);
static member PropertyCalledOnNavigation : obj * obj -> string
Public Shared Function PropertyCalledOnNavigation (property As Object, entityType As Object) As String

參數

property
Object
entityType
Object

傳回

適用於