CoreStrings.ConverterBadType(Object, Object, Object) Yöntem

Tanım

'{converter}' değer dönüştürücüsü '{type}' türüyle kullanılamaz. Bu dönüştürücü yalnızca {allowed} ile kullanılabilir.

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

Parametreler

converter
Object
type
Object
allowed
Object

Döndürülenler

String

Şunlara uygulanır