Condividi tramite


CoreStrings.TypeConfigurationConflict(Object, Object, Object, Object) Metodo

Definizione

Il tipo '{type}' è stato configurato come '{typeConfiguration}', in conflitto con il tipo '{otherType}' configurato come '{otherTypeConfiguration}'. Tutti i tipi di base e le interfacce implementate devono avere lo stesso tipo di configurazione.

public static string TypeConfigurationConflict (object? type, object? typeConfiguration, object? otherType, object? otherTypeConfiguration);
static member TypeConfigurationConflict : obj * obj * obj * obj -> string
Public Shared Function TypeConfigurationConflict (type As Object, typeConfiguration As Object, otherType As Object, otherTypeConfiguration As Object) As String

Parametri

type
Object
typeConfiguration
Object
otherType
Object
otherTypeConfiguration
Object

Restituisce

Si applica a