CoreStrings.NoPropertyType(Object, Object) 方法

定义

无法将属性“{property}”添加到类型“{type}”,因为未指定任何属性类型,也没有相应的 CLR 属性或字段。 若要添加阴影状态属性,必须指定属性类型。

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

参数

property
Object
entityTypetype
Object

返回

适用于