CoreStrings.ValueCannotBeNull(Object, Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
属性“{1_entityType}”的值。{0_property}“不能设置为 null,因为其类型为”{propertyType}“,这不是可为 null 的类型。
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
参数
- property
- Object
- entityType
- Object
- propertyType
- Object