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

Tanım

'{indexType}' üzerinde {index} dizininde kullanılan '{property}' özelliği '{entityType}' varlık türünden kaldırılamıyor. Özelliğin kaldırılana kadar tüm dizinlerin kaldırılması veya yeniden tanımlanmamış olması 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

String

Şunlara uygulanır