다음을 통해 공유


ISerializationSurrogateProvider2.GetReferencedTypeOnImport 메서드

정의

스키마 가져오기 중에 스키마가 참조하는 형식을 반환합니다.

public:
 Type ^ GetReferencedTypeOnImport(System::String ^ typeName, System::String ^ typeNamespace, System::Object ^ customData);
public Type? GetReferencedTypeOnImport (string typeName, string typeNamespace, object? customData);
abstract member GetReferencedTypeOnImport : string * string * obj -> Type
Public Function GetReferencedTypeOnImport (typeName As String, typeNamespace As String, customData As Object) As Type

매개 변수

typeName
String

스키마에 있는 형식의 이름입니다.

typeNamespace
String

스키마에 있는 형식의 네임스페이스입니다.

customData
Object

XML 스키마 정의에 삽입된 주석을 나타내는 개체로, 참조된 형식을 찾을 때 사용할 수 있는 데이터입니다.

반환

참조된 형식에 사용할 Type입니다.

적용 대상