Udostępnij za pośrednictwem


CoreStrings.PropertyClashingNonIndexer(Object, Object) Metoda

Definicja

Nie można dodać właściwości indeksatora "{property}" do typu {type}, ponieważ typ CLR zawiera element członkowski o tej samej nazwie. Określ inną nazwę lub skonfiguruj właściwość "{property}" jako właściwość nieindeksatora.

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

Parametry

property
Object
entityTypetype
Object

Zwraca

Dotyczy