次の方法で共有


CoreStrings.BadValueConverterType(Object, Object) メソッド

定義

型 '{givenType}' は '{expectedType}' から継承されないため、値コンバーターとして使用できません。 値コンバーターは必ず '{expectedType}' から継承してください。

public static string BadValueConverterType (object? givenType, object? expectedType);
static member BadValueConverterType : obj * obj -> string
Public Shared Function BadValueConverterType (givenType As Object, expectedType As Object) As String

パラメーター

givenType
Object
expectedType
Object

戻り値

適用対象