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.
İlk dönüştürücünün çıkış türü ikinci dönüştürücünün giriş türüyle eşleşmez, çünkü '{typeTwoIn}' olan dönüştürücü '{typeOneIn}' ile '{typeOneOut}' dönüştürücüsü oluşturulamıyor.
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