Поделиться через


CoreStrings.TypeConfigurationConflict(Object, Object, Object, Object) Метод

Определение

Тип "{type}" настроен как "{typeConfiguration}", что конфликтует с типом "{otherType}", настроенным как "{otherTypeConfiguration}". Все базовые типы и реализованные интерфейсы должны иметь один и тот же тип конфигурации.

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

Параметры

type
Object
typeConfiguration
Object
otherType
Object
otherTypeConfiguration
Object

Возвращаемое значение

Применяется к