다음을 통해 공유


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

반환

적용 대상