Partager via


CoreStrings.ComplexPropertyWrongClrType Méthode

Définition

Impossible d’ajouter la propriété complexe « {property} » au type « {type} », car son type CLR « {clrType} » ne correspond pas au type CLR attendu « {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

Paramètres

property
Object
type
Object
clrType
Object
targetType
Object

Retours

S’applique à