Share via


CoreStrings.ConverterBadType(Object, Object, Object) Método

Definição

O conversor de valor '{converter}' não pode ser usado com o tipo '{type}'. Esse conversor só pode ser usado com {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

Parâmetros

converter
Object
type
Object
allowed
Object

Retornos

Aplica-se a