Aracılığıyla paylaş


CoreStrings.PropertyInUseIndex(Object, Object, Object, Object) Yöntem

Tanım

'{indexType}' üzerindeki {index} dizininde kullanıldığından '{property}' özelliği '{entityType}' türünden kaldırılamıyor. Özelliğin kaldırılabilmesi için önce tüm içeren dizinlerin kaldırılması veya yeniden tanımlanması gerekir.

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

Parametreler

property
Object
entityType
Object
index
Object
indexType
Object

Döndürülenler

Şunlara uygulanır