CoreStrings.ConvertersCannotBeComposed(Object, Object, Object, Object) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
'{typeOneIn}' dönüştürücüsü '{typeTwoIn}' ile '{typeTwoOut}' dönüştürücüsü '{typeTwoOut}' dönüştürücüsü oluşturulamıyor çünkü ilk dönüştürücüdeki çıkış türü ikinci dönüştürücüdeki giriş türüyle eşleşmiyor.
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
Parametreler
- typeOneIn
- Object
- typeOneOut
- Object
- typeTwoIn
- Object
- typeTwoOut
- Object