次の方法で共有


CoreStrings.NoGetter(Object, Object, Object) メソッド

定義

プロパティ '{1_entityType}。{0_property}' にはゲッターがありません。 プロパティを読み取り可能にするか、別の '{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

戻り値

適用対象