CoreStrings.ConvertersCannotBeComposed(Object, Object, Object, Object) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
첫 번째 변환기의 출력 형식이 두 번째 변환기의 입력 형식과 일치하지 않으므로 변환기를 '{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