CoreStrings.TypeConfigurationConflict(Object, Object, Object, Object) 方法

定义

类型“{type}”已配置为“{typeConfiguration}”,这与配置为“{otherTypeConfiguration}”的类型“{otherType}”冲突。 所有基类型和实现的接口必须具有相同的配置类型。

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

返回

适用于