다음을 통해 공유


CoreStrings.ConvertersCannotBeComposed(Object, Object, Object, Object) 메서드

정의

첫 번째 변환기의 출력 형식이 두 번째 변환기의 입력 형식과 일치하지 않으므로 변환기를 '{typeTwoIn}'에서 '{typeTwoIn}'으로 변환기를 사용하여 '{typeOneIn}'에서 '{typeOneOut}'으로 변환기를 작성할 수 없습니다.

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

매개 변수

typeOneIn
Object
typeOneOut
Object
typeTwoIn
Object
typeTwoOut
Object

반환

적용 대상