CoreStrings.PropertyInUseIndex(Object, Object, Object, Object) Metoda

Definicja

Nie można usunąć właściwości "{property}" z typu {entityType}, ponieważ jest ona używana w indeksie {index} w obiekcie "{indexType}". Wszystkie zawierające indeksy muszą zostać usunięte lub ponownie zdefiniowane przed usunięciem właściwości.

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

Parametry

property
Object
entityType
Object
index
Object
indexType
Object

Zwraca

Dotyczy