CoreStrings.ClrPropertyOnShadowEntity(Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
现已弃用此 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
返回
- 属性