次の方法で共有


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

定義

'{entityType}' に '{type}' から代入可能な型の 1 つの引数を受け取るインデクサーがないため、インデクサー プロパティ '{property}' を追加できません。

public static string NonIndexerEntityType (object property, object entityType, object type);
public static string NonIndexerEntityType (object? property, object? entityType, object? type);
static member NonIndexerEntityType : obj * obj * obj -> string
Public Shared Function NonIndexerEntityType (property As Object, entityType As Object, type As Object) As String

パラメーター

property
Object
entityType
Object
type
Object

戻り値

適用対象