Condividi tramite


CoreStrings.ComplexPropertyWrongClrType Metodo

Definizione

Impossibile aggiungere la proprietà complessa '{property}' al tipo '{type}' perché il relativo tipo CLR '{clrType}' non corrisponde al tipo CLR previsto '{targetType}'.

public static string ComplexPropertyWrongClrType (object? property, object? type, object? clrType, object? targetType);
static member ComplexPropertyWrongClrType : obj * obj * obj * obj -> string
Public Shared Function ComplexPropertyWrongClrType (property As Object, type As Object, clrType As Object, targetType As Object) As String

Parametri

property
Object
type
Object
clrType
Object
targetType
Object

Restituisce

Si applica a