CoreStrings.PropertyInUseIndex(Object, Object, Object, Object) Método

Definição

A propriedade '{property}' não pode ser removida do tipo '{entityType}' porque está sendo usada no índice {index} em '{indexType}'. Todos os índices que contêm devem ser removidos ou redefinidos antes que a propriedade possa ser removida.

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

Parâmetros

property
Object
entityType
Object
index
Object
indexType
Object

Retornos

Aplica-se a