Freigeben über


CoreStrings.PropertyInUseIndex(Object, Object, Object, Object) Methode

Definition

Die Eigenschaft '{property}' kann nicht aus dem Typ '{entityType}' entfernt werden, da sie im Index {index} auf '{indexType}' verwendet wird. Alle enthaltenden Indizes müssen entfernt oder neu definiert werden, bevor die Eigenschaft entfernt werden kann.

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

Parameter

property
Object
entityType
Object
index
Object
indexType
Object

Gibt zurück

Gilt für: