CoreStrings.ClrPropertyOnShadowEntity(Object, Object) 方法

定义

注意

现已弃用此 API。

属性“{property}”不能存在于类型“{entityType}”上,因为该类型被标记为阴影状态,而属性不是。 阴影状态类型只能包含阴影状态属性。

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

参数

property
Object
entityType
Object

返回

属性

适用于