Freigeben über


CoreStrings.PropertyClashingNonIndexer(Object, Object) Methode

Definition

Die Indexereigenschaft '{property}' kann dem Typ '{type}' nicht hinzugefügt werden, da der CLR-Typ ein Element mit demselben Namen enthält. Geben Sie einen anderen Namen an, oder konfigurieren Sie "{property}" als Nicht-Indexer-Eigenschaft.

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

Parameter

property
Object
entityTypetype
Object

Gibt zurück

Gilt für: