次の方法で共有


CoreStrings.ComplexCollectionWrongClrType メソッド

定義

コレクション複合プロパティ '{property}' は型 '{type}' に追加できません。CLR 型 '{clrType}' は 'IEnumerable<{targetType}>' を実装していないためです。 コレクション複合プロパティは、複合型の IEnumerable<> を実装する必要があります。

public static string ComplexCollectionWrongClrType (object? property, object? type, object? clrType, object? targetType);
static member ComplexCollectionWrongClrType : obj * obj * obj * obj -> string
Public Shared Function ComplexCollectionWrongClrType (property As Object, type As Object, clrType As Object, targetType As Object) As String

パラメーター

property
Object
type
Object
clrType
Object
targetType
Object

戻り値

適用対象