Share via


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

定義

プロパティ '{property}' はキー {keyProperties} で使用されているため、型 '{entityType}' から削除できません。 プロパティを削除するには、すべてのキーを削除または再定義する必要があります。

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

パラメーター

property
Object
entityType
Object
keykeyProperties
Object

戻り値

適用対象