CoreStrings.ValueCannotBeNull(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ü null atanabilir bir tür olmayan '{propertyType}' olduğundan {0_property}' null olarak ayarlanamaz.
public static string ValueCannotBeNull(object property, object entityType, object propertyType);
public static string ValueCannotBeNull(object? property, object? entityType, object? propertyType);
static member ValueCannotBeNull : obj * obj * obj -> string
Public Shared Function ValueCannotBeNull (property As Object, entityType As Object, propertyType As Object) As String
Parametreler
- property
- Object
- entityType
- Object
- propertyType
- Object