Condividi tramite


CoreStrings.ConvertersCannotBeComposed(Object, Object, Object, Object) Metodo

Definizione

Impossibile comporre convertitore da '{typeOneIn}' a '{typeOneOut}' con convertitore da '{typeTwoIn}' a '{typeTwoOut}' perché il tipo di output del primo convertitore non corrisponde al tipo di input del secondo convertitore.

public static string ConvertersCannotBeComposed (object typeOneIn, object typeOneOut, object typeTwoIn, object typeTwoOut);
public static string ConvertersCannotBeComposed (object? typeOneIn, object? typeOneOut, object? typeTwoIn, object? typeTwoOut);
static member ConvertersCannotBeComposed : obj * obj * obj * obj -> string
Public Shared Function ConvertersCannotBeComposed (typeOneIn As Object, typeOneOut As Object, typeTwoIn As Object, typeTwoOut As Object) As String

Parametri

typeOneIn
Object
typeOneOut
Object
typeTwoIn
Object
typeTwoOut
Object

Restituisce

Si applica a