Partager via


CoreStrings.TypeConfigurationConflict(Object, Object, Object, Object) Méthode

Définition

Le type « {type} » a été configuré comme « {typeConfiguration} », ce qui est en conflit avec le type « {otherType} » configuré comme « {otherTypeConfiguration} ». Tous les types de base et les interfaces implémentées doivent avoir le même type de configuration.

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

Paramètres

type
Object
typeConfiguration
Object
otherType
Object
otherTypeConfiguration
Object

Retours

S’applique à