CoreStrings.ConverterPropertyMismatch(Object, Object, Object, Object) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
'{converterType}' model türü dönüştürücüsü '{entityType}' için kullanılamaz. Türü '{propertyType}' olduğundan {propertyName}' .
public static string ConverterPropertyMismatch(object converterType, object entityType, object propertyName, object propertyType);
public static string ConverterPropertyMismatch(object? converterType, object? entityType, object? propertyName, object? propertyType);
static member ConverterPropertyMismatch : obj * obj * obj * obj -> string
Public Shared Function ConverterPropertyMismatch (converterType As Object, entityType As Object, propertyName As Object, propertyType As Object) As String
Parametreler
- converterType
- Object
- entityType
- Object
- propertyName
- Object
- propertyType
- Object