CoreStrings.ConverterPropertyMismatch(Object, Object, Object, Object) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Konverter untuk tipe model '{converterType}' tidak dapat digunakan untuk '{entityType}. {propertyName}' karena tipenya adalah '{propertyType}'.
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
Parameter
- converterType
- Object
- entityType
- Object
- propertyName
- Object
- propertyType
- Object