Condividi tramite


CoreStrings.ConverterPropertyMismatchElement Metodo

Definizione

Impossibile utilizzare convertitore per il tipo di elemento '{converterType}' per '{entityType}. {propertyName}' perché il tipo di elemento è '{elementType}'.

public static string ConverterPropertyMismatchElement (object? converterType, object? entityType, object? propertyName, object? elementType);
static member ConverterPropertyMismatchElement : obj * obj * obj * obj -> string
Public Shared Function ConverterPropertyMismatchElement (converterType As Object, entityType As Object, propertyName As Object, elementType As Object) As String

Parametri

converterType
Object
entityType
Object
propertyName
Object
elementType
Object

Restituisce

Si applica a