Condividi tramite


CoreStrings.NoPropertyType(Object, Object) Metodo

Definizione

Impossibile aggiungere la proprietà '{property}' al tipo '{type}' perché non è stato specificato alcun tipo di proprietà e non esiste alcuna proprietà o campo CLR corrispondente. Per aggiungere una proprietà dello stato ombreggiatura, è necessario specificare il tipo di proprietà.

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

Parametri

property
Object
entityTypetype
Object

Restituisce

Si applica a