Share via


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

戻り値

適用対象