CoreStrings.InvalidType(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.
' {1_entityType} özelliğinin değeri. türü ' {propertyType} ' olduğundan, {0_property} ', ' {valueType} ' türünde bir değere ayarlanamaz.
public static string InvalidType (object property, object entityType, object valueType, object propertyType);
public static string InvalidType (object? property, object? entityType, object? valueType, object? propertyType);
static member InvalidType : obj * obj * obj * obj -> string
Public Shared Function InvalidType (property As Object, entityType As Object, valueType As Object, propertyType As Object) As String
Parametreler
- property
- Object
- entityType
- Object
- valueType
- Object
- propertyType
- Object