Share via


CoreStrings.NoPropertyType(Object, Object) メソッド

定義

プロパティ型 '{property}' は、プロパティ型が指定されておらず、対応する CLR プロパティまたはフィールドがないため、型 '{type}' に追加できません。 シャドウ状態プロパティを追加するには、プロパティの種類を指定する必要があります。

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

戻り値

適用対象