共用方式為


CoreStrings.NavigationToShadowEntity(Object, Object, Object) 方法

定義

警告

此 API 現已淘汰。

流覽 '{navigation}' 無法新增至實體類型 '{entityType}',因為目標實體類型 '{targetType}' 是在陰影狀態中定義,而且導覽屬性無法指向陰影狀態實體。

public static string NavigationToShadowEntity (object navigation, object entityType, object targetType);
[System.Obsolete]
public static string NavigationToShadowEntity (object? navigation, object? entityType, object? targetType);
static member NavigationToShadowEntity : obj * obj * obj -> string
[<System.Obsolete>]
static member NavigationToShadowEntity : obj * obj * obj -> string
Public Shared Function NavigationToShadowEntity (navigation As Object, entityType As Object, targetType As Object) As String

參數

navigation
Object
entityType
Object
targetType
Object

傳回

屬性

適用於