Поделиться через


CoreStrings.ComplexPropertyWrongClrType Метод

Определение

Сложное свойство "{property}" не может быть добавлено к типу "{type}", так как его тип CLR "{clrType}" не соответствует ожидаемому типу CLR "{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

Параметры

property
Object
type
Object
clrType
Object
targetType
Object

Возвращаемое значение

Применяется к