Freigeben über


CoreStrings.TypeConfigurationConflict(Object, Object, Object, Object) Methode

Definition

Der Typ '{type}' wurde als '{typeConfiguration}' konfiguriert, dies steht in Konflikt mit dem Typ '{otherType}', der als '{otherTypeConfiguration}' konfiguriert ist. Alle Basistypen und implementierten Schnittstellen müssen denselben Konfigurationstyp aufweisen.

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

Parameter

type
Object
typeConfiguration
Object
otherType
Object
otherTypeConfiguration
Object

Gibt zurück

Gilt für: