次の方法で共有


CoreStrings.ComplexPropertyWrongClrType メソッド

定義

複合プロパティ '{property}' を型 '{type}' に追加できません。CLR 型 '{clrType}' が、予期される CLR 型 '{targetType}' と一致しないためです。

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

パラメーター

property
Object
type
Object
clrType
Object
targetType
Object

戻り値

適用対象