次の方法で共有


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

定義

CLR 型に同じ名前のメンバーが含まれているため、インデクサー プロパティ '{property}' を型 '{type}' に追加できません。 別の名前を指定するか、インデクサー以外のプロパティとして '{property}' を構成します。

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

パラメーター

property
Object
entityTypetype
Object

戻り値

適用対象