CoreStrings.NoGetter(Object, Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
属性“{1_entityType}。{0_property}'没有 getter。 使属性可读,或使用其他“{propertyAccessMode}”。
public static string NoGetter (object property, object entity, object pam);
public static string NoGetter (object property, object entityType, object propertyAccessMode);
public static string NoGetter (object? property, object? entityType, object? propertyAccessMode);
static member NoGetter : obj * obj * obj -> string
static member NoGetter : obj * obj * obj -> string
Public Shared Function NoGetter (property As Object, entity As Object, pam As Object) As String
Public Shared Function NoGetter (property As Object, entityType As Object, propertyAccessMode As Object) As String
参数
- property
- Object
- entityentityType
- Object
- pampropertyAccessMode
- Object