Share via


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

定義

値コンバーター '{converter}' は型 '{type}' では使用できません。 このコンバーターは{allowed}でのみ使用できます。

public static string ConverterBadType (object converter, object type, object allowed);
public static string ConverterBadType (object? converter, object? type, object? allowed);
static member ConverterBadType : obj * obj * obj -> string
Public Shared Function ConverterBadType (converter As Object, type As Object, allowed As Object) As String

パラメーター

converter
Object
type
Object
allowed
Object

戻り値

適用対象